@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

#header {
    background-image: linear-gradient(#3636e6e0, #3be73beb, #3636e6e0);
    text-align: center;
}
#header h1 {
    font-family: Arial;
    color: #800080d9;
}
#header a {
    text-decoration: none;
    font-family: 'Orbitron';
    padding: 2.3rem;
    color: red;
}
#header a:hover {
    text-decoration: underline;
}
h2 {
    font-family: 'Orbitron';
}
label {
    font-family: Helvetica;
}
#copyright {
    position: relative;
    top: 36rem;
}
button {
    cursor: pointer;
}