body{
    background-image: url("https://cdn.vox-cdn.com/thumbor/IZ7fpJNSeEO1v2vNapVlLYlCWzc=/214x0:1037x549/1200x800/filters:focal(214x0:1037x549)/cdn.vox-cdn.com/uploads/chorus_image/image/45200072/new-ford-gt-supercar-0006.0.0.jpg")
}
h1{
    color:blue;
    background-color: mediumaquamarine;
    text-align: center;
    font-size: 60px;
    font-family: 'Courier New', Courier, monospace;
    margin: 50px;
    border: black solid 5px;
    border-radius: 30px;
}
nav{
    color: rgb(56, 25, 44);
    background-color: rgb(186, 211, 103);
    text-align: center;
    font-size: 30px;
    
}
img{
    border: rgb(0, 0, 0) solid 5px;
    border-radius: 20px;
}

h2{
    background-color: aliceblue;
}
cite{background-color: aliceblue;}

footer{
    background-color: aliceblue;
}