header {
background-color: rgb(255, 255, 255);
color: black;
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: center;
padding: 20px;
}

body {
background-color: black;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
margin: 0;
padding: 0;
}

nav {
    background-color: rgb(22, 22, 73);
    text-align: center;
    list-style: georgian;
    padding: 0%;
}
footer{
    background-color: blueviolet;
}

p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: aqua;
}

h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: rgb(54, 54, 153);
}