body {
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.body {
    position: absolute;
    left: 0;
    top: 30%;
    width: 95%;
    text-align: center;
    font-size: 18px;
}

.links {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.contact {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    height: 30px;
    border: 0;
}

.contactImage {
    width: 30px;
}


