* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif; 

}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap'); 
.main {
    width: 100%;
    height: 100vh;
    background: url('../image/photo.webp') center center;
    background-size: cover;
}
.overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    background-color: rgba(0, 0, 0, 0.7); 
}
.title {
    margin-top: 20px;
    color: pink;
    text-align: center;
    font-size: 2.5rem;
}
.col {
    margin-top: 50px;
    width: 1000px;
    height: 100px;
    display: flex;
    justify-content: center;
    color: white;
}
.col div {
    width: 250px;
    text-align: center;
}
input {
    width: 60%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
    border-radius: 10px;
    text-align:center;
    font-size: 20px;
}