* {
    margin: 0;
}

html,
body {
    height: 100%;
    position: relative;
    padding: 0;
}

body {
    background-color: #525252;
}


p {
    font-family: "Secular One",sans-serif;
    font-size: 300%;
}
a {
    color: #fff;
}
img {
    padding: 10px 0;
    margin: 0;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -20px;
}

.page-wrap:after {
    content: "";
    display: block;
}
.site-footer,
.page-wrap:after {
    height: 20px;
}
.site-footer {
    text-align: center;
}

.credits {
    font-size: 80% ;
    font-family: Raleway,sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 300px 0 0 -250px;
    width: 500px;
    text-align: center;
}

.wrapper{
    position: absolute;
    display: table;
    left: 0%;
    top: 50%;
    margin: -150px 0 0 0;
    width: 100%;
    text-align: center;
}