html {
    background-color: #190030;
    font-size: 14px;
}

a {
    color: white;
}

.nav {
    background-color: #190030;
}

li {
    color: white;
    padding: 0.5em;
    font-size: 14px;
}

li:hover {
    background: #380065;
}