nav a,
body.home a {
    padding: 1em;
    color: rgb(0,0,0);
    text-decoration: none;
    border: 5px solid rgba(111,111,111,0.5);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    /* background-color: white; */
    transition: 0.25s ease all;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1 !important;
    text-align: left;
    letter-spacing: 0;
    font-weight: normal;
}

body.home a {
    margin-right: 0.25em;
    margin-bottom: 0.5em;
}

nav a:hover,
body.home a:hover {
    background-color: yellow;
}

a.prev {
    position: fixed;
    bottom: 0.5em;
    left: 0.5em;
}

a.next {
    position: fixed;
    bottom: 0.5em;
    right: 0.5em;
}

body.home h1,
body.home p,
body.home {
    text-align: center;
}

body.home p {
    margin-bottom: 2.5em;
}