body {
    font-family: Arial, sans-serif;
    font-size:20px;
    text-align: center;
}

header {
    background-color:rgb(21, 118, 209);
}

nav {
    background-color: rgb(21, 118, 209);
    text-align: center;
    padding-top: 10px;
    color: white;
}

a:visited {
    color: white;
}

a {
    color: white;
}

main {
    background-color: rgb(82, 158, 194);
    font-size:30px;
    margin: 0px;
}

footer {
    background-color: rgb(240, 255, 248);
}

li {
    display: inline-block;
    width: 200px;
    color: white;
}
h1 {
    text-align:center;
    font-family: 'Courier New', Courier, monospace;
    color:rgb(12, 15, 19);
    padding-bottom: 10px;
    margin-bottom: 0px;
}

p {
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
}