nav
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 10vmin;
    background-color: rgba(255, 224, 230, 0.616);
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

nav img
{
    width: 10vmin;
    height: 10vmin;
    image-rendering: pixelated;
    margin-left: 5vmin;
}

.nav-links
{
    align-self: center;
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    gap: 3vmin;
    margin-right: 5vmin;
    font-size: 1.5vmin;
}