* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav a {
    color: hsl(209, 100%, 88%);
    font-size: larger;
    padding: 10px;
    margin-top: 10px;
}

nav a:hover {
    text-decoration: none;
    color: #efb2de;
}

h1 {
    color: #ffffff;
    margin: 20px;
}

a {
    color: #ffb9f8;
    font-size: x-large;
}

section a:hover {
    color: #003049;
    text-shadow: 2px 2px 5px #000000;
}

img {
    width: 400px;
}

figcaption {
    color: #003049;
    font-size: larger;
    margin-top: -40px;
}

footer {
    color: #ffffff;
    font-size: larger;
    margin-top: 50px;
}