html, body {
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
body{
    background: url("images/coffee_ground_shot.jpeg") no-repeat center center fixed;
    background-size: cover;
}
.wrapper {
    width: 60vw;
    margin: 0 auto;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
    text-align: center;
}
.wrapper img {
    margin: 0 auto;
    display: block;
    padding-top: 5vh;
}
.socialLinks {
    color: #FFF;
    background: rgba(.40, .42, .41, .8);
    padding: 12px;
    border-radius: 4px;
}
.socialLinks a {
    color: #FFF;
    margin-right: 8px;
    text-decoration: none;
    transition: color linear .25s;
}
.socialLinks a:hover {
    color: #de6717;
}