body {
    font-family: 'Newsreader', sans-serif;
}

.home,
.discography,
.projects,
.interviews,
.parodies {
    display: none;
}

.home.is-active,
.discography.is-active,
.projects.is-active,
.interviews.is-active,
.parodies.is-active {
    display: block;
}

.btn {
    color: #442B00;
    font-weight: 600;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
}

.btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.contact1, .contact-mobile, .contact2 {
    background-color: #fbbf24;
    box-shadow: 0px 0px 20px #FBBF24;
}

.contact1:hover, .contact-mobile:hover, .contact2:hover {
    box-shadow: 0px 0px 30px #ffd000;
}

.button {
    padding: 0.75rem 1.5rem;
    border: 1px solid #3b3d38;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.button:hover {
    background-color: #FFBA4A;
    color: #442B00;
}