body {
    background-color: black;
    font-family: Tahoma, sans-serif;
          
    }
        
h1 {
    font-family: Georgia, serif;
    padding: 20px;
    text-align: center;
    background-color: #4682B4;
    color: white;
        
    }
        

h2 {
    font-family: Georgia, serif;
    text-align: center;
    text-decoration: underline;
    font-size: 30px;
    color: white;
        
    }

h3 {
    font-family: Tahoma, sans-serif;
    padding: 20px;
    text-align: center;
    color: white;
    }

p {
    color: white;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    }