body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-attachment: fixed;
    margin: 0;
    padding: 20px 0;
    min-height: 100vh;
}

.section-header {
    color: #000;
    font-size: 3rem;
    font-weight: 300;
    margin: 10px;
    text-align: center;
}

h1 {
    text-align: center;
    color: #000;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    margin: 0em;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}