@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,700;1,900&display=swap');

body{
    text-align: center;
    font-family:'Lato', sans-serif;
    background-color: #269853;
    min-height: 120vh;
    margin: 0;
    padding: 0;
    min-width: 918px;
}

table{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

h1{
    padding: 10px 20px;
    color: white;
    background-color: #176d39;
    width: fit-content;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 10px 10px 0px #0a4120;
}

p{
    display: inline-block;
    width: fit-content;
    padding: 3px 10px;
    border: 1px solid blue;
}

h4{
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    margin-top: 2px;
    width: 60%;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.74);
    border-bottom: 1px solid black;
    margin: auto;
    text-align: left;
}

#message{
    padding: 10px 300px;
    color: white;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    text-decoration: underline 1px;
}

#choiceBtnFour, #choiceBtnTwo, #choiceBtnThree{
    display: none;
    margin: auto;
}

#counter{
    color: white;
    border: none;
}

#start-btn, button{
    margin: auto;
    background-color: #0a4120;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.6px;
    border: 1px solid rgba(0, 0, 0, 0.651);
    padding: 10px 60px;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.1s all ease-in;
}

#start-btn:hover{
    transform: scale(1.1);
}

#start-btn{
    margin-top: 0px;
}

.chit_container{
    width: fit-content;
    height: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.chit{
    height: 250px;
    width: 160px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.219);
    border: 5px solid #d4d4d4;
    color: blue;
}