.container{
    background-color:rgb(197, 23, 23);
    width:500px;
    height: 450px;
    padding: 10px;
    border-radius: 20px;
    box-shadow:1px 3px 20px 8px rgba(0,0,0,0.58);
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}
.container p{
    color:azure;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
body{
    position:relative;
    background-image: url("./img/rashidul-islam-IQfzxoMOYgs-unsplash.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
h1{
    color: azure;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:36px;
    text-align: center;
}
input{
    border-radius: 4px;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.58);
}
.backgroundbox{
    display:flex;
    justify-content:center;
    margin: 55px;
}
button{
    width:80px;
    height:25px;
    border:none;
    border-radius: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    margin-top: 15px;
}
a{
    color: azure;
}