*{
    margin: 0;
    padding: 0;
}
body{
    background: url('bg1.jpg')no-repeat center center fixed;
    background-size:cover;
    opacity: 0.7;
    
}
.container{
    display: flex;
    flex-direction: column;
    margin-top: 200px;
    justify-content: center;
    align-items: center;

}
h1{
    font-size: 30px;
    margin-right: 164px;
    opacity: 0.8;
    /* border-bottom: 4px solid white; */
}
.box input{
    font-size: 20px;
    margin: 3px 2px;
    padding: 5px 3px;
    background:none;
    border-radius: 10px;
    background-color:black;
    color: rgb(229, 192, 192);
    width: 250px;
    outline: none;
    opacity: 0.4;
    /* border-bottom: tomato; */
    
}

.btn{
    font-size: 20px;
    outline: none;
    padding: 3px;
    cursor: pointer;
    color:rgb(233, 227, 227);
    margin-right: 165px;
    background-color:black;
    /* background: none; */
    border-radius: 7px;
    /* margin-left: 40px; */
}
.btn:hover{
    color:white;
    opacity: 0.4;

}

