
.home-icon {
    filter: brightness(300%); 
}

.home-icon:hover {
    filter: brightness(400%); 
}

.art {
    white-space: pre-wrap;
    text-align: center;
}
.title {
    display: block;
    text-align: center;
    font-size: 3em;
    font-family: "Bitcount Single", system-ui;
    font-weight: 250;
    color: #2c2c2c;
}
.title-select {
    display: block;
    text-align: center;
    font-size: 3em;
    font-family: "Bitcount Single", system-ui;
    font-weight: 250;
    color: #2c2c2c;
    text-decoration: none;
}

.title-select:hover {
    display: block;
    text-align: center;
    font-size: 3em;
    font-family: "Bitcount Single", system-ui;
    font-weight: 250;
    color: #b9b9b9;
    text-decoration: none;
}

.subtitle {
    display: block;
    text-align: center;
    font-size: 2em;
    font-family: "Bitcount Single", system-ui;
    font-weight: 250;
    color: #2c2c2c;
    text-decoration: none;
}


@media (min-width: 605px) {
    .art {
        font-size: .75rem;
    }

}

@media (max-width: 605px) {
    .art {
        font-size: .7rem;
    }

}

@media screen and (max-width: 1000px) {
    .title {
    text-align: center;
    font-size: 4.5em;
    font-family: "Bitcount Single", system-ui;
    font-weight: 250;
    color: #2c2c2c;
}
}

