nav.navigation[data-style=g-j] {
    background-color: #4f4c67;
    border-bottom: solid #b74e68 5px;
    box-shadow: inset 0px -20px 10px -10px #b74e68, 0px 0px 10px 10px #b74e68;

    .nav-buttons {
        background-color: #32313f;
        cursor: pointer;
        color: #ececec;

        &:hover {
            background-color: #23232c;
            scale: 1.05;
        }
    }
}