nav a, 
body.home a {
    padding: 1em;
    color: rgb(87, 23, 166);
    text-decoration: none;
    border: 1px solid rgb(87, 23, 166);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-size: 16px !important;
    line-height: 1 !important;
    text-align: left;
    letter-spacing: 0;
}

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

body.home a:hover {
    background-color: rgb(87, 23, 166);
    backdrop-filter: blur(10px);
    color:aliceblue
}

nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}
nav a {
    color: rgb(87, 23, 166);
    text-decoration: none;
    backdrop-filter: blur(10px);
    margin: 20px;
    padding: 10px 10px;
    text-align:right;
    font-size: 70px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-transform:none;
    font-weight: normal;
    font-style: normal;

}

nav a:hover {
    color:aliceblue;
    background-color: rgb(87, 23, 166);
    text-decoration: none;
    backdrop-filter: blur(10px);
}

a.prev {
    font-weight: bold;
    /* position: fixed; */
    left: 10px;
    backdrop-filter: blur(10px);
}

a.next {
    font-style: bold;
    position: absolute;
    right: 0;
    backdrop-filter: blur(10px);
}

a.home {
    font-weight: bold;
    font-size: 100px;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}