* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main {
    width: 100%;
    height: 100vh;
    background: url('https://www.cricdiction.com/wp-content/uploads/2023/08/World-Cup-2023.jpg');
    background-size: cover;
}

.overlay {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.6);

    align-items: center;
}
.title {
    margin-top: 15px;
    text-align: center;
    font-size: 2.5rem;
}

.col {
    margin-top: 30px;
    width: 1000px;
    height: 150px;
    display: flex;
}

input {

    height: 100px;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    font-size: 50px;
}

.col div {
    width: 250px;
    text-align: center;
}