body{
    margin: 0;

}
.container{
    
    height: 100vh;
    width: 100%;
    background-color: brown;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image:url(/WhatsApp\ Image\ 2024-07-27\ at\ 06.18.26_d56ad2d8.jpg);
    background-size:cover;
}
h1{
    font-size:80px;
    margin:0;
    color:brown;
    text-shadow:5px 5px 10px rgba(0,0,0,0.5) ;
    font-family:sans-serif;
}
textarea{
    margin: 30px 0 ;
    width: 400px;
    height: 200px;
    box-shadow:12px 12px 15px rgba(0,0,0,0.5);
    font-size:20px;
    padding: 5px;
    bottom: none;
    outline:none;
    color:lightskyblue;
}
button{
    width: 200px;
    height: 50px;
    font-size:20px;
    border:none;
    outline:none;
    background-color:brown;
    box-shadow:12px 12px 15px rgba(0,0,0,0.5);
    border-radius:4px;
    cursor:pointer;
    
}
/* footer{
    text-transform: uppercase;
    color:white;
    background-color:black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
} */