@font-face {
  font-family: arkitech;
  src: url('arkitech_medium.ttf') format("opentype");
}

html, body, p, input  { 
font-family: arkitech;
text-transform: uppercase;
}

body {
    background: url('background.jpg');
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;       
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    width:100%; 
}

div {
    margin: 0 auto;
    color: white;
    position: absolute;    
    text-align: center;
    width: 100%;
    left: 0;        
}

#timer {
    top: 22%;
    font-size: 40pt;
}

#go {
    top: 5%;   
}

#go input {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: 0;
    padding: 0.3em;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20pt;
}

#res {
    top: 40%;
    height: 40%;
}

#res p {
    height: 100%;
    margin: 0 5%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 15pt;
    padding: 5%;     
}
