body a {
    will-change: translate, opacity, cursor;
    transition: .2s;
}

body a:hover {
    translate: 0 -4px;
    transition: .2s;
    opacity: 0.6;
    cursor: pointer;
}

body ul {
    list-style-type: disc;
    padding-left: 24px
}
body ul li {
    font-size: 110%;
}

body strong, b {
    font-weight: bold;
    color: #fff
}

body h3 {
    font-weight: bold;
    font-size: 120%;
    color: #fff
}

body h4 {
    font-weight: bold;
    font-size: 105%;
    color: #fff
}

body p {
    height: "fit-content"
}