body {
    background-image: url(https://i.pinimg.com/736x/d7/85/11/d7851169efaa455184cff9d9d0b1bafb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    text-align: center;
}

h2 {
    font-size: 2.5rem;
    color: #603F26;
    margin-bottom: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(180, 44, 44, 0.2);
}

p {
    color: #d07c92;
}

.container {
    background-image: url(https://i.pinimg.com/originals/be/5a/11/be5a11b56780bf2606179b60a595c79f.gif);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    max-width: 40% !important;
    padding: 20px;
    border: 5px solid #3E3232;
    background-color: #F1E7E7;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(245, 195, 195, 0.3);
    width: 70%;
    margin: 0 auto;
}

form {
    display: inline-block;
    text-align: left;
}

label {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    color: #603F26;
    margin-bottom: 8px;
}


input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-top: 8px;
    border: 2px solid #603F26;
    border-radius: 5px;
}

.menu label {
    width: auto;
    font-weight: normal;
    margin-left: 150px;
    display: block;
    text-align: left;
}

.button-bar button {
    background-color: #ffd0d0;
    border: 2px solid #21150c;
    color: #603F26;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 5px;
    transition: 0.3s ease;
}

.button-bar button:hover {
    background-color: #603F26;
    color: #FFDBDB;
}

.info-box {
    background-color: #FFDBDB;
    border: 2px solid #603F26;
    text-align: center;
    border-radius: 10px;
    padding: 12px;
    font-weight: 500;
    margin-top: 15px;
}
