header{
    color: black;
    display: flex;
    

}
.header_size{
    font-size: 24px;font-family: robot;
}
nav  {
    display: flex;
    background-color: #980C0C;
    color: white;
    width: 70%;
    margin-left: 10%;
    list-style: none; 
    justify-content: space-evenly;
}
nav a {
    text-decoration: none;
    display: block;
    padding: 1em;
    color: white;
  }
footer{
    background-color: #980C0C;
    color: white;
    width: 70%;
    margin-left: 20%;
    display: flex;
    margin-top: 5%;
    justify-content: space-evenly;
    font-size: 12px;

}
#content {
    display: flex;
    justify-content: space-evenly;
}
article {
    margin-top: 5%;
    list-style: none; 
    font-size: 24px;
    color: #980C0C;
}
article li{
    margin-bottom: 10px;
}