* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 
}

body {
    
    background-image: linear-gradient(90deg, rgb(37 171 32), rgb(12 112 169));
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    
}

h1 {
    margin: 60px 0px 40px;
    text-align: center;
    display: flex;
    

    justify-content: center;
    align-items: center;

}

h3 {
    margin: 20px 0px 5px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 11px;
    background-color: #b2a14f59;
}

.verh {
    
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}


dl {
    margin: 50px 10px 80px;
    font-weight: 500;

    display: flex;
    
    gap: 15px;
    justify-content: center;
    align-items: center;
}




.oba {
    margin: 100px auto;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.countdown {
    padding: 10px;
    font-weight: 500;
    font-size: 25px;
    border-bottom: 3px solid #b49e4e;
    border-radius: 22px;
   

}




.item {
    display: flex;
    align-items: center;
    flex-direction: column;


}


dd {
    border: 2px solid #5b5b1c;
    color: #5b5b1c;
    background-color: #ffffff;
    font-size: 23px;
    border-radius: 17px;
    padding: 8px 12px 10px;
    margin: 10px;
}


p {
    padding: 10px;
    margin: 50px;
    border: 2px solid black;
    border-radius: 10%;
    max-width: 200px;
}

table {
    margin: 50px 0;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

thead,
tbody {
    margin: 20px 0;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

th,
td {
    margin: 0px;
    padding: 10px;

    background-color: #6D4C41;


    border-color: black;
    border: 2px solid black;
    border-radius: 30%;


}



@media (max-width: 700px){
    h1{
        font-size: 25px;
    }

    h3{
        margin: 30px 0px 5px;
        font-size: 17px;
    }

    dl{
        gap: 0px;
        max-width: 100%;
        margin: 75px 1px 100px;
        justify-content: space-between;
    }
    dt{
        font-size: 14px;
    }
    dd{
        font-size: 19px;
        margin: 0;
        margin-top: 10px;
        padding: 4px 5px 5px;
        border-radius: 13px;
    }

    .countdown{
        margin-top: 120px;
        font-size: 20px;
    }

}   


@media (max-width: 370px){
    h1{
        font-size: 21px;
    }
    dt{
        font-size: 11px;
    }
    dd{
        font-size: 13px;
        margin: 0;
        margin-top: 10px;
        padding: 6px 5px 8px;
    }
}
