li {
    margin-bottom: 8px;
}

.app-name::after {
    content: 'TEST';
    font-size: 12px;
    font-weight: bold;
    color: red;
    vertical-align: top;
}

.video {
    border-style: solid;
    border-color: darkgray;
    /*box-shadow: 5px 10px #888888;*/
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

section {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

p {
    margin-bottom: 1rem;
}

h2 {
    font-weight: bold;
}