/* ELEMENT SELECTORS */

body {
    font-family: 'Josefin Sans', sans-serif;
    background-color: rgb(103, 119, 128);
    text-align: center;
}

h1 {
    font-weight: 300;
    font-size: 5rem;
    letter-spacing: 0.5rem;
    color: #f08e00;
}

a {
    text-decoration: none;
    color: rgb(207, 237, 255);
}
a:hover {
    color: rgb(104, 167, 204);
}


/* CLASS SELECTORS */

.about {
    padding-top: 7%;
}

.music-link {
    font-size: 2rem;
    letter-spacing: 0.75rem;
    margin-top: 3%;
}

.copyright-info {
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.25rem;
    padding-top: 8%;
}


/* ID SELECTORS */
