@font-face {
	font-family: ScoutCond-Bold;
	src: url('ScoutCond-Bold.woff2') format('woff2');
}

@font-face {
	font-family: ScoutCond-RegularItalic;
	src: url('ScoutCond-RegularItalic.woff2') format('woff2');
}

html, body {
    margin: 0;
    color: white;
}

body {
    font-family: 'ScoutCond-Bold', sans-serif;
    background-image: url("background.jpg");
    background-size: cover;
}

header {
    background-color: #24262a;
    height: 75px;
}

.logo {
    float: left;
}

header svg, header h1 {
    line-height: 75px;
    display: inline;
}

h1 {
    font-size: 48px;
}

h2 {
    font-family: ScoutCond-RegularItalic;
    font-size: 56px;
}

main {
    text-align: center;
    font-size: 30px;
}

a:link, a:visited, a:hover, a:active {
    color: white;
    text-decoration: none;
}

button {
    font-family: ScoutCond-RegularItalic;
    padding: 16px;
    background-color: #2499ff;
    border: none;
    font-size: 32px;
}

footer {
    margin-top: 128px;
    font-size: 20px;
    background-color: #24262a;
    padding: 16px;
}