@font-face {
     font-family: Code;
     font-weight: bold;
     src: url("../fonts/CODE Bold.otf") format("opentype");
}

@font-face {
     font-family: Code;
     font-weight: lighter;
     src: url("../fonts/CODE Light.otf") format("opentype");
}

html, body {
     background: url(../images/background.jpg) no-repeat center center fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     height: 100%;
}

* {
     margin: 0;
     padding: 0;
}

.content {
     color: white;
     padding: 5px;
     display: block;
     margin: 0 auto;
     text-align: center;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}

.title {
     font-family: Code;
     font-size: 105px;
     line-height: 80px;
     font-weight: lighter;
     padding: 5px;
}

.extra {
     margin-top: 15px;
     font-family: Code;
     font-size: 18px;
     font-weight: normal;
}

a { color: inherit; } 