* {
    box-sizing: border-box;
    border:0;
    margin:0;
    padding:0;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#wrapper {
    display:inline-block;
    width:100%;
    text-align:center;
    padding:20vh;
    line-height:5vh;
}