body {
    font-family: "Questrial", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: aliceblue;
    background-color: #292826;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #6c7378;
}

li {
    float: left;
}

li a {
    display: block;
    color: aliceblue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-right: 1px solid #121211;
}

li a:hover {
    background-color: #121211;
}

div.hello {
    position: absolute;
    margin: 100px;
    width: 500px;
    /* padding: 500px; */
}