@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@300&display=swap');

* {
    margin: 0;
}

body {
    font-size: 40pt;
    font-family:'Afacad Flux';
    line-height: 1.5;
    background-color: #444;
    color: #DDD;
}

a {
    color: DarkOrange;
}

body {
}

.page {
    /* Set minimum height to 100% of viewport */
    min-height: 100vh;
    width: 100%;

    /* Background image settings */
    background-image: url('railcp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size:100% auto;

    /* Fix background during scroll */
    background-attachment: fixed;
}

header {
    padding: 20pt 30pt;
}

section {
    padding: 20pt 30pt;
}

header h1 {
    font-size: 10rem;
    letter-spacing: 2rem;
}
