.linkButton {
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.12s ease-in-out, background-color 0.12s ease-in-out;
    color: white;
    border: solid 1px#fff;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 2px;
    white-space: nowrap;
}