.contact {
    font-family: 'Orbitron', sans-serif;
    margin: 0;
    padding: 0;
    z-index: 10;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 2px;
}

.contact-content {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0 3rem 0;
    background: rgba(0,0,0,0.5);
    border-top: 1px solid white;
    position: relative;
    overflow: hidden;
}

.contact-content h5 {
    text-align: center;
    margin: 0 2rem;
    padding: 0;
}