
* {
    color: white;
}

body {
    background-color: black;
}

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

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