* {
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #564A64;
}

/* #816E94 */
a {
    text-decoration: none;

}

ul {
    list-style: none;
}

li a:hover {
    background: #564A64;
}

li p {
    display: inline;
    color: #fff;
    background-color: #515b5b;
    border-radius: 10px;
    padding: 2px 10px;
}