body {
    background-image: url(https://i.pinimg.com/736x/20/a3/72/20a372daf8f0e3756bbd1aa87ecb23ce.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: #3c2e22;
}

.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: 100%;
    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;
}

.navbar {
    width: 100%;
    background-color: #2B221D; /* your brown shade */
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-right a {
    color: #FFD0D0;
    text-decoration: none;
    margin-left: 25px;
    font-weight: 600;
    transition: 0.3s;
}

.nav-right a:hover {
    color: white;
    text-decoration: underline;
}

img{
    width: 200px;
}
