body{
    background-color: #000000;
    color: #c3caca;
    margin: 5px 6vw 7px 6vw;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
h1{
    color: red;
    font-size: 2em;
    font-family: "georgia", serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
}
h2{
    color: red;
    font-size: 1.5em;
    font-family: "Times New Roman", serif;
    font-weight: bold; 
    text-transform: uppercase;
    text-align: center;
}
h3{
    color: #cfcfcf;
    font-size: 25px;
    font-weight: bold;
}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}