p {
    padding-inline: 0% 1%;
}

h1 {
    color: hsl(0, 1%, 52%);
    font-size: 1.325rem;
    justify-self: start;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

h2 {
    color: hsl(0, 1%, 42%);
    font-size: 2rem;
    padding-block: 0.25em 0.5em;
}

li {
    list-style: none;
    color: hsl(0, 1%, 42%);
    font-size: 1rem;
    cursor: pointer;
    justify-self: center;
}

li:hover {
    color: hsl(0, 1%, 64%);
}

li:active {
    color: hsl(0, 1%, 15%);
}

a {
    text-decoration: none;
    color: hsl(0, 0%, 64%);
}

a:hover {
    color: hsl(0, 0%, 80%);
}
@media (pointer:none), (pointer:coarse) {

    h2 {
        letter-spacing: -0.06em;
    }
    
}