.hero-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
}

.typed-text {
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    marign: 0;
    line-height: 1;
    color: #ffffff;
}
