nav a,
body.home a{
    padding: 1em;
    display: inline-block;
    transition: 0.55s ease all;
}
a.next{
    position: fixed;
    font-size: 18px  !important;
    line-height: normal !important;
    font-weight: 100 !important;
    letter-spacing: normal !important;
    font-style: normal !important;
    font-family: 'Times New Roman', Times, serif;
    bottom: 0;
    right:0;
    padding: 1em;
    color: black;
    background-color: white;
    border: 1px solid black;
    backdrop-filter: blur(10px); 
    border-right: 0;
    border-bottom: 0;
}
a.prev{
    position: fixed;
    font-size: 18px !important;
    line-height: normal !important;
    font-weight: 100 !important;
    letter-spacing: normal !important;
    font-style: normal !important;
    font-family: 'Times New Roman', Times, serif;
    bottom: 0;
    left:0;
    padding: 1em;
    color: black;
    background-color: white;
    border: 1px solid black;
    backdrop-filter: blur(10px);
    border-left: 0;
    border-bottom: 0;
}
a.home{
       position: fixed;
    font-size: 18px  !important;
    line-height: normal !important;
    font-weight: 100 !important;
    letter-spacing: normal !important;
    font-style: normal !important;
    font-family: 'Times New Roman', Times, serif;
    bottom: 0;
    right:0;
    padding: 1em;
    color: black;
    background-color: white;
    border: 1px solid black;
    backdrop-filter: blur(10px); 
    border-right: 0;
    border-bottom: 0;
}

nav a:hover {
background-color: black;
color: white;
}


