nav {
    position: fixed;
    bottom: 0em;
    right: 0em;
    display: flex;
    gap: 0.5em;              
    font-size: 15px !important;
    font-family: "Times New Roman", Times, serif;
    text-align: left;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.25;
    justify-content: flex-end;
    
}



nav a {
    font-size: 1.5em;
    text-decoration: none;
    color: black;
    border: 3px solid black;
    padding: 0.25em;
    display: inline-block;
    border-radius: 50%;
    background-color: white;
}

      a:hover {
        transform: scale(1.3);
        text-shadow: 0 0 8px rgba(0,0,0,0.6);
           transition: all 0.2s ease-in-out;
      }
nav a.prev { order: 0; }
nav a.next { order: 1; }

body.home a {
   font-size: 1.5em;
    text-decoration: none;
    color: black;
    border: 3px solid black;
    padding: 0.25em;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5m;
    margin-left: 0.5m;
    backdrop-filter: blur(22x);
}
