html, body {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

body * {
    box-sizing: border-box;
}

main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/background.png);
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
}

table th {
    font-weight: normal;
}

table tr td.space {
    padding: 2px;
}

#logo {
    position: fixed;
    left: 16px;
    bottom: 12px;
}

#harvest {
    left: 2vw;
    top: 4vh;
    min-width: 350px;
}

#harvest .display__header {
    background-color: rgb(9, 197, 166);
}
a.link__display[href="#harvest"] {
    color: rgb(9, 197, 166);
    filter: brightness(110%);
}

#research {
    left: 36vw;
    top: 5vh;
}
#research .display__header {
    background-color: rgb(42, 173, 92);
}
a.link__display[href="#research"] {
    color: rgb(42, 173, 92);
    filter: brightness(110%);
}

#schedule {
    left: 68vw;
    top: 4vh;
}
#schedule .display__header {
    background-color: rgb(173, 42, 134);
}
a.link__display[href="#schedule"] {
    color: rgb(255, 80, 203);
    filter: brightness(110%);
}

#astro-market {
    left: 45vw;
    top: 50vh;
}
#earth-market {
    left: 11vw;
    top: 88vh;
}
#astro-market .display__header,
#earth-market .display__header {
    background-color: rgb(42, 125, 173);
}
a.link__display[href="#astro-market"],
a.link__display[href="#earth-market"] {
    color: rgb(42, 125, 173);
    filter: brightness(130%);
}

#business {
    left: 22vw;
    top: 10vh;
    min-width: 190px;
}
#business .display__header {
    background-color: rgb(121, 42, 173);
}

#winning {
    left: 50vw;
    top: 8vh;
}
#winning .display__header {
    background-color: rgb(173, 42, 64);
}
a.link__display[href="#winning"] {
    color: rgb(173, 42, 64);
    filter: brightness(110%);
}

#projects {
    left: 25vw;
    top: 55vh;
}
#projects .display__header {
    background-color: rgb(157, 182, 17);
}
a.link__display[href="#projects"] {
    color: rgb(157, 182, 17);
    filter: brightness(110%);
}

#transport {
    left: 5vw;
    top: 80vh;
}
#transport .display__header {
    background-color: rgb(212, 153, 41);
}
a.link__display[href="#transport"] {
    color: rgb(212, 153, 41);
    filter: brightness(110%);
}
#transport-station-market {
    left: 62vw;
    top: 40vh;
}
#transport-station-market .display__header {
    background-color: rgb(212, 153, 41);
}
a.link__display[href="#transport-station-market"] {
    color: rgb(212, 153, 41);
    filter: brightness(110%);
}
#transport-station-earth {
    left: 25vw;
    top: 83vh;
}
#transport-station-earth .display__header {
    background-color: rgb(212, 153, 41);
}
a.link__display[href="#transport-station-earth"] {
    color: rgb(212, 153, 41);
    filter: brightness(110%);
}

#handbook .display__header {
    background-color: rgba(115, 115, 129, 0.5);
}

#settings {
    left: 90vw;
    top: 85vh;
}

#settings p.text--small {
    margin: 0 0 0.6em;
}