body{
    
    background-image: url(images/Background\ small.jpg);
    text-align: center;

    }
    p {
        font-size: 30px;
        text-align: center;
        list-style-type: none;
        display: block;
        font-display:block ;
        
    }
    h1 {
font-family: fantasy;
color: gold;
font-size: 100px;
 
}
    h2{
        font-family: 'Times New Roman', Times, serif;
        color: gold;
        font-size: 60px;
        font-style: italic;
    
    }

    
.images {
    width: 800px;
    height: 800px;
    
}

.navbar ul{

    list-style-type: none ;
    background-color: black
    padding: 0px;
    margin: 0px;
    

}

.navbar a{
    color: gold;
    text-decoration: none;
     padding: 15px;
    display: block;
    text-align: center;

}
    
    

.navbar a:hover{
    background-color: rgb(110, 110, 80);
}
.navbar li {
    float: left;

    
}

footer {
    background-color: goldenrod;
    position: fixed;
    bottom: 0;
    width: 100vw;
}