body{
    background-color: #F0C808;
}
header{
    border: 4px solid #DD1C1A;
    width: fit-content;
    margin: 32px auto;
    background-color: #FFF1D0
}
section{
    border: 2px solid #DD1C1A;
    width: 50%;
    min-width: 50%;
    margin: auto;
    margin-top: 8px;
}
h2{
    background-color: #07A0C3;
    width: 100%;
}
table{
    border: 0px solid red;
    border-spacing: 8em;
    background-color: #FFF1D0;
    min-width: 400px;
}

table tr th:nth-child(even){
    font-size: 12px;
}
