* {
    box-sizing: border-box;
    background-color: #232323;
}

h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #f8f8f8;
}

img {
    display: block;
    margin: 0 auto 12px;
    max-width: 100%;
    height: auto;
}