@font-face {
    font-family: SFAtarianSystem;
    src: url('SFAtarianSystem.ttf');
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'SFAtarianSystem';
}
body {
    background: url(img/rawpixel-743124-unsplash.jpg);
    background-size: cover;
}

main {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 500px;
    height: 700px;
}

h1 {
    text-align: center;
    font-size: 3em;
}

p {
    text-align: center;
    font-size: 2em;
}

input[type='button'] {
    height: 75px;
    width: 150px;
    font-family: 'SFAtarianSystem';
    font-size: 1.75em;
    margin: 0 1%;
}

