*{
    margin: 0;
}

body{
    background-color: black;
}

ul, ol, li {
    margin: 0.3rem;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer; 
}

.two-inline {
    display: flex;
    justify-content: space-between;
}