body
{font-family: Arial, sans-serif;
    color: #555;
    z-index: 0;
    width: 100%;
    height: 100%;
    border:0;
    margin:0;
    padding:0;
    overflow-y: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #EFDECD;
    text-align: center;
    line-height: 25px;
}
    .container{
        background-color: whitesmoke;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 8px;
    width: 80%;
    margin:20px auto 10px auto;

    }


    h1 {
        font-size: 2em;
        color: #a48f7a;
        margin-bottom: 20px;
    }
    p {
        font-size: 1.em;
        margin-bottom: 30px;
    }
    .message {
        font-size: 1.em;
        color: #555;
    }
    .footer {
        margin-top: 30px;
        font-size: 0.9em;
        color: #888;
    }
    form {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    input[type="email"] {
        padding: 10px;
        font-size: 1em;
        width: 80%;
        max-width: 400px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
    button {
        padding: 10px 20px;
        font-size: 1.1em;
        background-color: #796878;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    button:hover {
        background-color: #796878;
    }
    .confirmation-message {
        font-size: 1em;
        color: #723e64;
        margin-top: 20px;
    }
    .imgPlaner{
        background-color: #a48f7a;
    }

    img{
        width: 95%;
    }