body {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-family: 'Open Sans';
}

li {
    list-style: none;
}

div.content { 
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.appList {
    font-size: 1.3rem;
}

ul.appList > li:not(:first-of-type) {
    margin: 1rem auto 1rem auto;
}

a {
    color: aqua;
}