
a {
    color: white;
}

body {
    background-color: black;
}

.logo {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    color: lightgreen;
    font-size: 4vw;
    list-style-position: inside;
}

li {
    color:lightgreen;
}