#content{
    width: 432px;
    height: 864px;
}

.dynamic{
    background: url("../dynamic/432x864.png");
}

.default{
    background: url("../dynamic/432x864.png");
}

.content-item{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 564px;
    width: 111px;
    height: 145px;
    font-size: 42px;
}

.content-item:nth-child(1){
    left: 26px;
}

.content-item:nth-child(2){
    left: 160px;
}

.content-item:nth-child(3){
    left: 293px;
}