*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:system-ui,'Segoe UI', Roboto,Popins, sans-serif;
}
.main{
    width: 100vw;
    height: 100vh;
    background: url(Wall\ Mural\ smoky\ mountains\,\ Wall\ Mural\ mountain\ peaks\,\ u94770\ _\ Uwalls_com.jpeg);
    background-size:cover;
    background-position: center center;
}
.overlay{
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    color:white;
    gap: 10px;
}
.title{
    margin-top:10px;
    color:white;
    text-align: center;
    font-size:2.5rem;
}
.col{
    width: 1000px;
    /* height:100px; */
    /* border:2px solid red; */
    /* margin:10px auto; */
    display:flex;
    justify-content: center;
    color: white;
    margin-top:10px;
}

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

input{
    /* display:block; */
    width:60%; 
    height: 50px;
    background-color:rgba(255, 255, 255, 0.9);
    border-color: transparent;
    border-radius:5px;
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
}