.header__item {
    list-style: none;
}

.header__item > a {
    color: #05060D;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    
}

.header__item > a:active {
    text-shadow: .1rem .1rem .2rem #05060D;
}

@media screen and (min-width: 1024px) {

    .header__item {
        list-style: none;
    }
    
    .header__item > a {
        color: #05060D;
        font-size: 2.5rem;
        text-decoration: none;
    }
}