body {
color: white;
background-color: black;
font-family:Georgia, 'Times New Roman', Times, serif;
}

ul {
    display: flex;
    justify-content:space-between;
list-style-type: none;
align-items: center;
padding: 16px;
}

a {
    color: white;
    text-decoration: none;
}

img {
    width: 1000px;
    height: 500px;
}

.center {
    text-align: center;
}

h1 {
    color: blue;
    text-align: center;
}

nav a:hover {
    color: blue;
}
