html {
    min-height:100%;
    height:100%;
}
.page-wrap, body {
    background-color:#202020;
    color:#fff;
}
body {
    height:100%;
    line-height:1.8em;
}
a {
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    border-bottom:4px solid #d3bd66;
}
.logo {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}
.logo img {
    display:block;
    max-width:100%;
    height:auto;
}
.page-wrap {
    min-height:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}
.page-wrap__center {
    text-align:center;
    width:640px;
    max-width:100%;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:60px;
}
p {
    font-size:20px;
    font-family: Georgia,Times,Times New Roman,serif; 
}