* {
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    background-color: black;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 80px;
}

.nav a {
    color: whitesmoke;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
    font-style: italic;
}

.top-bar {
    box-shadow: 0px -6px 16px 1px #d2d2d2;
}

.top-logo {
    width: 200px;
    margin-left: calc(50% - 100px);
}