@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
    font-family: 'Raleway', sans-serif;
}

#content {
    font-size: 4em;
    position: absolute;
    width: 9em;
    height: 5em;
    line-height: 5em;
    left: 50%;
    top: 50%;
    margin-left: -4.5em;
    margin-top: -2.5em;
    text-align: center;
}
