.brand-name {
    font-family: 'Aboreto', cursive;
}

#company-name {
    margin-top: 20px;
    font-family: 'Aboreto', cursive;
}

#intro-text {
    margin-top: 50px;
    margin: 60px;
}

#music-icon {
    width: 30px;
}

#contact-message {
    font-family: 'Aboreto', cursive;
}

footer {
    margin-top: 110px;
}

.small-text {
    font-size: 14px;
}

.division-text {
    font-size: 10px;
}

.checkmark {
    font-size: 80px;
}

/* If the browser window is 600px or smaller then... */
@media only screen and (max-width: 768px) {
    .card {
        margin-bottom: 40px;
    }
  }