body{
    margin: 20px;
}
nav {
    display: flex;
    align-items: center; /* Keeps everything vertically centered */
    justify-content: center; /* Centers the navigation links */
    position: relative; /* Allows us to pin the logo to the left */
    gap: 10px;
}

.navimg {
    position: absolute; /* Pins the logo to the left side */
    left: 0;
}
.navbutton1{
    position: absolute; /* Pins the logo to the left side */
    right: 0;
}
.navbutton2{
    position: absolute; /* Pins the logo to the left side */
    right: 0;
}