.button {
border: none;
color: white;
padding: 16px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
height: 100%;
}

.button1 {
border: none;
background-color: transparent;
transition-duration: 0.4s;
}

.button1:hover {
color: #FFD6FC;
}

.button.active {
    color: #FFD6FC;
}

.navbar {
margin: 0px;
padding: 1px;
display: flex;
align-content: center;
}

.logo {
    height: 10vh;
    margin: 5px;
    background: radial-gradient(circle, rgb(255, 255, 255) 90%);
    border-radius: 50%;
    box-shadow: 0 0 40px #FFD6FC, 0 0 80px #FFD6FC, 0 0 120px #FFD6FC;
    filter: drop-shadow(-40px -40px 50px #FFD6FC);
    cursor: pointer;
}
h1 {
    font-size: 60px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    justify-content: center;
    color: white;
}
h2 {
    font-size: 30px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    display: flex;
    justify-content: center;
    color: white;
}
.menu {
    margin-left: auto;
}