* {
    transition: all .3s ease-in-out;
}

a.btn {
    padding: 10px 35px;
    border-radius: 10px;
    background-color: #ededed50;
    color: whitesmoke;
    font-size: 0.9em;
    margin: 0 25px 0 0;
    text-decoration: none;
}

a:hover {
    background-color: #ededed25;
    text-decoration: none;
    color: var(--hsl);
}

p.title {
    font-size: large;
    font-weight: 700;
}

div.columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

p a {
    padding: 10px 30px;
    color: white;
    background-color: rgba(black, .2);
    border-radius: 15px;
    text-decoration: none !important;
}

p a:hover {
    background-color: rgba(black, .4);
    text-decoration: none !important;
}