.nav {
    background-color: rgb(33, 0, 64);
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
}

.nav > nav {
    background-color: rgb(58, 0, 84);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.nav > nav * {
    background-color: rgb(35, 102, 197);
    color: rgb(198, 222, 255);
    padding: 5px;
    border-radius: 5px;
    border: rgb(42, 61, 165) 5px groove;
}