body, html {
    height: 100%;
    background-color: black;
    background-image: url(sparking_machine.gif);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header, main, footer {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20%;
    border: solid;
    background-color:#03001f;
    color: #c4c4c4;
    padding: 1rem;
}

footer {
    margin-top: 50%;
}

p, ul {
    font-family: 'Cabin';
}

a {
    color: #80f4ff;
}

a:hover {
    color: #3defff
}

h1 {
    text-align:center;
    color: #e261ff;
}

h2, h3 {
    color: #7083ff;
}

h1, h2, h3 {
    font-family: 'Baumans';
}
