*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.main{
    width: 100%;
    height: 100vh;
    background-image: url(../img/1802071.webp);
    background-size: cover;

}
.overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7);
}
.title{
    color: white;
    font-size: 2.5rem;
    text-align: center;
    padding-top: 20px;
    

}
.col{
    margin-top: 30px;
    width: 1000px;
    color: white;
    display: flex;
    justify-content: center;


   

    

}
.col div{
    
    width: 250px;
    text-align: center;

}
input{
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: transparent;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    font-size: 20px;
  
    
}