*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Protest Riot", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital@1&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:wght@400;700&family=Public+Sans:wght@300;400&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital@1&family=Noto+Sans+JP:wght@100..900&family=Open+Sans:wght@400;700&family=Protest+Riot&family=Public+Sans:wght@300;400&display=swap');
.main{
    width: 100%;
    height: 100vh;
    background: url('../images/count3.jpg') center center;
    background-size: cover;
}

.overlay{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgba(41, 5, 5, 0.8);
    color: white;
    justify-content: center;
    align-items: center;


}

.Janelle{
    margin-top: 10px;
    color:white;
    font-size: 2.5rem;
    text-align: center;
}

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

}

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

}


input{
    width: 60%;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
    border-radius: 10px;
    height: 50px;
    text-align: center;
    font-size: 40px;
}
