.scaffoldPromotionWrapper .dataHtmlBlock1{
    width: 100%;
}

.promo-container{
    display: flex;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.promo{
    flex:2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.database-data{
    flex:1;  
}

.database-data table{
    padding: 1rem;
    background-color: #eee;
    width: 100%;
}