body {
    background: white;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 130%;
    background: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
}
html,body{
    height:100%;
    margin:0;
    padding:0;
}
body{
    text-align:center;
    min-width:626px;
    min-height:400px;
    text-transform: uppercase;
}
#wrap {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-60px;/* half elements height*/
    margin-left:-350px;/* half elements width*/
    width: 700px;
    height:120px;
    overflow:auto;/* allow content to scroll inside element */
    text-align:center;
}
h1 {color:#111;margin:0;padding:0; font-weight: 100;}

ul {
    list-style: none;
}
li {
    display: inline;
    padding-right: 10px;
}

a {
    color: #0078ff;
    border-bottom: 1px solid #0078ff;
    text-decoration: none;
}
a:hover {
    color: #1567c3;
}


small {
    font-size: 12px;
    color: #555;
    display: none;
    
}
small::before {
    content: "(";
}
small::after {
    content: ")";
}
