*{
    box-sizing: border-box;
    background-color:black;
    align-items: center;
}
h1{
    width: 100%;
    text-align: center;
    color: aqua;
    background-color: black;
    padding: 10px;
}
h2{
    width: 100%;
    text-align: center;
    margin-left:0px;
    color: #e3f0dd56;
    font-size: 15ppx;
  
    
}
h3{


    background-color: #311d1d;
    font-size: 12px;
    color: #ccd4b14a;
    width: 100%;
}
ol{
    color: yellow;
}
footer a{
    text-decoration: none;
    color: green;
    text-align: center;
}
footer{
    background-color: aqua;
    color: white;
}
