*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    font-family: "jost",sans-serif;
    max-width: 100%;
    object-fit: cover;
    background-color: whitesmoke;
}
*::spelling-error{
    font-display: wavy;
}
header{
    text-align: center;
}
header img{
    margin-top: 60px;
    height: 180px;
}
header h1{
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
}
main{
    margin-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
main #first{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
}
main #first-1{
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
}
section{
    width: 100%;
}
table{
    overflow: scroll;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table tr th{
    height: 50px;
    width: 100%;
    padding: 0px 8px;
    text-align: left;
    width: auto;
}
table tr td input{
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: black;
    text-align: center;
    outline: none;
    border: none;
    background: transparent;
    padding-left: 10px;
    background-color: rgb(198, 207, 207);
}
#one{
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.art{
    display:flex;
    flex-wrap:wrap;
}
.art div{
    width:200px;
}
.art div:nth-child(4){
    width:320px;
}
.art div p{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:1px solid black;
}
.art div p span{
    padding:15px 0px 15px 10px;
    display:inline-block;
    border-right:1px solid black;
    height:100%;
    flex-grow:1;
    text-align:left;
}
.art div p input{
    margin:0px 10px;
    border:1px solid black;
    order:1;
}
.div{
    padding-top: 20px;
    display: flex;
    align-items: start;
    gap: 5px;
}
.div h2{
    font-size: 14px;
}
.div h3{
    font-size: 14px;
    font-weight: 500;
}
table tr .top{
    height: 50px;
    width: 100%;
    padding: 0px 8px;
    text-align: center;
    width: auto;
}
table tr td .down{
    height: 100px;
    width: 100%;
    font-size: 14px;
    color: black;
    text-align: center;
    outline: none;
    border: none;
    background: transparent;
    padding-left: 10px;
    background-color: rgb(198, 207, 207);
}
.content{
    text-align: left;
}
.content h1{
    font-size: 16px;
    font-weight: 500;
    padding-top: 35px;
}
.content h2{
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
.content h2 input{
    width: 300px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid black;
    margin-left: 5px;
    padding-left: 12px;
    outline: none;
    background: transparent;
}
.content .last{
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 20px;
}
main #in{
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 20px;
}
main #in-1{
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 20px;
}
#in-head{
    font-size: 16px;
    padding-bottom: 20px;
    text-align: left;
}
.race{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.race .group{
    width: 300px;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.content-2{
    text-align: left;
}
.content-2 h2{
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 30px;
}
#btn{
    font-family: "Jost",sans-serif;
    font-style:normal;
    height: 50px;
    width: 160px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    text-align: center;
    place-content: center;
    margin-top: 30px;
    border: 1px solid black;
    border-radius: 10px;
    transition: all 500ms linear 200ms;
}
#btn:hover{
    color:white;
    background-color:black;
}