#infinite_website {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
}

#infinite_website h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

#image {
    max-width: 100%;
    max-height: 20%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;

    /* Reset any parent or theme styles */
    float: none;
    position: relative;
    text-align: center;
}

#text-block {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin: 20px auto;
}

#text-block p {
    font-size: 1.2em;
    color: #555;
    line-height: 1.6;
}

button {
    background: #126724;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 20px;
}

button:hover {
    background: #126724;
}
