head {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: larger;
}

body {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: black;
    
}

body h1 {
    color: aqua;
}

body h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

button {
    border-color: aqua;
    border-radius: 10px;
    border-width: 10px;
}

body h2 {
    font-family: "Orbitron";
        font-size: xx-large;
        text-align: center;
        color: rgb(253, 253, 253);
        border: 10px;
        border-radius: 50px;
        background-color: rgb(0, 51, 128);
}