.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul {
    height: 100%;
}

li {
    display: block;
    padding: 1.5vh 0;
}

li a:hover {
    color: white;
}