body {
    background: #fff;
    text-align: center; 
    font-family: helvetica, sans-serif;
}

.wrapper {
    margin-top: 200px;
    width: 100%;
    position: relative;
}

.contact-text {
    color: #000;
    font-size: 0.8rem;
    width: 400px;
    text-align: right;
    padding-top: 1rem;
    margin: auto;
}
.contact-text a {
    color: #000;
    text-decoration: none;   
}