nav a{
    text-decoration: none;
    margin-right: 15px;
    font-size: 25px;
    color: white;
    font-weight: bold;
}

nav{
    text-align: center;
    position: relative;
    bottom: 10px;
}

h1 p{
    text-align: center;
    font-size: 60px;
    color: red;
    font-weight: bold;
}

body{
    background-color: black;
}
nav a:hover{
    color: rgb(255, 0, 0);
}
body{
    background-image: url(northern-lights-aurora-background-free-vector.jpg);
    background-size: cover;
}