body{
    background-color: black;
}

.logo {  
    padding-bottom: 5px;
    text-align: center;
}

.txtbox {
    text-align: center;
}

.txtbox h1 {
    color: whitesmoke;
}

.txtbox h5 {
    color: #faad65;
}

.borderline {
    background: #faad65;
    max-width: 35.5rem;
    height: 2px;
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}

.social {
    text-align: center;
    margin-top: 1.7rem;
}

.social p {
    margin-top: 8.7rem;
}

.space {
    height: 8rem;
}

@media only screen and (max-width: 768px) {
    .space {
        height: 5rem;
    }

    .social p {
        font-size: 0.9rem;
        margin-top: 3.7rem;
    }
}