#content{
    width: 576px;
    height: 396px;
}

.dynamic{
    background: url("../dynamic/576x396.png");
}

.default{
    background: url("../dynamic/576x396.png");
}

.content-item{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 203px;
    width: 89px;
    height: 116px;
    font-size: 32px;
}

.content-item:nth-child(1){
    left: 26px;
}

.content-item:nth-child(2){
    left: 133px;
}

.content-item:nth-child(3){
    left: 240px;
}