html {
    height: 100%;
}
body {
    background: #111;
    color: #fff;
}

.social, .header {
    display: flex;   
    align-items: center;
    justify-content: space-evenly;
    font-weight: bold;
}
h4 {
    font-weight: bold;
}
.wrap {
    margin: 0 auto 10rem auto;
}

a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
}

a:hover {
    color: white;
}

.trademarks {
    padding: 10rem 10rem 0 10rem;
}