body {
    font-family:monospaced;
    font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
margin:0;
padding:0;
background-color:#000;
color:#fff;
}

#container {
    width:100vw;
    height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

h1,h2 {
    text-transform:uppercase;
    font-weight:400;
}