body{
    background-color: black;
    color: yellow;
    text-align: center;
}
h1{
    background-color: blue;
    color: white;
    text-align: center;
    font-size: 35px;
}
h2{
    font-size: 25px;
    background-color: red;
    color: yellow;
}