body{
    background-color: white;
    }
    
    h1{
    font-size: xx-large;
    font-family: Impact;
    
    }
    
    h2{
    font-size: large;
    font-family: 'Franklin Gothic Medium';
    }
    
    h3{
        font-size: medium;
        font-family: Times;
    }
    
    .text{
    justify-self: center;
    }
    
    .img{
        justify-self: center;
    }