.menu-wrapper {
    position: fixed;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #11122b;
}

.links-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #11122b;
}

.links-wrapper > .nav-link {
    width: 120px;
    text-align: center;
    padding: 5px;
}

.links-wrapper > .nav-link a {
    font-family: "Ubuntu Condensed", sans-serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

.links-wrapper > .nav-link a:hover {
    color: #cea135;
    letter-spacing: 1px;
}
