.image {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image img {
    margin-bottom: 0;
}

.image p {
    font-size: 15pt;
    margin-top: 5pt;
}

.small-code {
    font-size: 14px;
}

.dark-background h4,
.dark-background h3,
.dark-background li {
    color: white;
}
