body {
    font-family: "Special Elite", system-ui;
    background-color: black;
}

div.top {
    width: 100%;
    height: 100%;
    background-image: url("../images/Background.png");
}

img.title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.5%;
}

button.nav {
    background-color: black;
    border-style: none;
    font-family: "Special Elite", system-ui;
    color: white;
    height: 40px;
    width: auto;
    font-size: 30px;
    margin-left: 2%;
}

button.nav:hover {
    background-color: black;
    border-style: none;
    font-family: "Special Elite", system-ui;
    color: white;
    height: 40px;
    width: auto;
    font-size: 30px;
    margin-left: 2%;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #d80000;
}

h1 {
    text-align: center;
    color: white;
    font-size: 50px;
}

h2 {
    text-align: center;
    color: white;
}

h4 {
    color: white;
    text-align: center;
    font-size: 14px;
}