a{text-decoration:none;color:white;gap:3px}a,nav{display:flex}nav{justify-content:center;flex-direction:column;pointer-events:stroke}.menu-container{justify-content:flex-end;align-items:center;gap:25px;display:flex;transition:opacity .5s ease-in-out}.menu-container:hover .menu-item:not(:hover){opacity:.2}.menu-container :hover{color:white}.menu-item{justify-content:center;align-items:center;gap:5px;display:flex;transition:all .5s ease}.stylized-button{height:100%;padding:8px 15px;border-radius:5px}.stylized-button a{color:white;font-weight:400;font-size:1.2rem}@keyframes fade{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.icon{width:25px;height:25px;position:relative}.inactive a{font-weight:500;color:#9b9b9b;transition:color .2s ease-in-out}.active a,.inactive a{font-size:21px;word-wrap:break-word}.active a{font-weight:550}@media only screen and (max-width:500px){.inactive{display:none}}.fade-in{animation:fadeInAnimation .5s}.fade-out{animation:fadeOutAnimation .5s}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeOutAnimation{0%{opacity:1}to{opacity:0}}