* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #fff;
    font: 18px/1.5 "Ubuntu", sans-serif
}

h1, p {
    margin-top: 0
}

h1 {
    margin-bottom: .5em;
    font-size: 60px;
    font-weight: 700
}

p {
    margin-bottom: 2em
}

#wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -300px;
    height: 260px;
    width: 600px;
    text-align: center
}