.promo {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo .promo-text {
    text-align: center;
    color: white;
    text-shadow: 0 0 2px #614d42;
    font-size: 2em;
}
.promo .promo-text h1 {
    font-size: 2em;
}
