body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.img {
    margin-top: 30px;
    width: 200px;
    height: 200px;
}

.caption {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 27px;
    font-weight: bold;
}

.dynamic-part {
    color: grey;
    font-size: 18px;
    text-align: center;
}

.wrapper {
    font-size: 18px;
    margin-top: 40px;
    width: 50%;
    text-align: center;
}

.gap {
    margin-top: 20px;
}