body {
    background-color: black;
    color:white;
    box-sizing: border-box;
    font-family: sans-serif;
}

.flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    padding-top:10px;
    text-align: center;
    max-width: 400px;
    font-size: larger;
}

section img{
    width: 100%;
}

li {
    text-align: left;
}

a {
    color:white;
}

a img {
    max-width: 100px;
}

footer {
    padding: 2px;
}

footer p {
    color:rgb(69, 69, 69);
    font-size: .8em;
}