header{
    text-align: center;
    background-color: gold;
    border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    

}
h2 {
text-align: center;
}

section {
 background-color: darkblue;
    border-left: 50px solid goldenrod;
    margin-bottom: 30px;
    padding: 15px 20px;
    border-radius: 8px;
    color: yellow;
    text-align: left;
}

ul li {
    text-align: left;
}

table {
    width: 50%;
    margin: 20px auto;
    border-collapse: collapse;
  
}

th,
td {
    padding: 15px 20px;
    text-align: center;
    color: yellow;
    background-color: darkblue;
    
}

th {
    background: blue;
    color:yellow;
    text-align: center;
   
}



body {
    background-color: blue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

#table {
    background-color: rgb(43, 55, 161);
}

caption{
    color: yellow;
}

dl dt {
    font-weight: bold;
    color:gold;
    margin-top: 10px;
}

dl dd {
    margin-left: 20px;
    font-style: italic;
    color:yellow;
}