html {
    font-size: 16px;
    font-family: monospace;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
}

h1 {
    margin: 1rem;
}

main {
    margin: 2rem;
    margin-top: 1rem;
}

a {
    color: orange;   
}

a:hover {
    text-shadow: 0 0 8px, 0 0 8px;
}

a:visited {
    color: orangered;
}

.orange {
    color: orange;
}

.glow {
    text-shadow: 0 0 8px, 0 0 8px;
}

.gray-25 {
    color: #252525;
}

.red-ff {
    color: red;
}

#powered-by {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
}
