.he-misc {
    margin-top: auto;
    margin-bottom: auto;
    height: 5vh;
    margin-left: 1vw;
}
.he-misc * {
    margin-top: 0;
    margin-bottom: 0;
}
.header .he-links {
    float: right;
    height: 6vh;
    margin-right: 1vw;
    padding-left: 1.5vw;
}
.header .he-links * {
    font-size: 3vh;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1.5vw;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    width: 145px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    border-radius: 30px;
    color: white;
    border: 2px solid white;
    overflow: hidden;
}
a {
    color: #ffffff;
}
.header img {
    margin-top: auto;
    margin-bottom: auto;
    height: 5vh;
}
.header div {
    display: inline-flex;
}
#ape-txt {
    margin: auto;
    display: block;
    margin-left: -1.3vh;
}
.header {
    position: absolute;
    top: 0;
    /* background: radial-gradient(rgba(255, 255, 255, 0.3), transparent); */
    background: radial-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    margin: 1vh;
    height: fit-content;
    padding: auto;
    border-radius: 2vh;
    height: 6vh;
    padding: 1vh;
}

.he-misc:hover #logo {
    /* filter: hue-rotate(180deg); */
    /* filter: brightness(3207%) saturate(3207%) hue-rotate(-185deg); */
    /* color: yellow; */
    filter: saturate(100%) brightness(100%);
}
#logo {
    /* transform: rotate(6deg); */
    filter: saturate(0%) brightness(3207%);
}
.he-misc:hover {
  border-bottom: 2px solid #fff;
  transition: 1s;
}

.he-links *:hover {
    background-color: white;
    color: #241379;
}