Untitled

                Never    
CSS
       
.welcome__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    margin: 30em -7em 20em 0;
    
    .welcome__hero{       
        font-family: 'Pacifico';
        margin-bottom: 3em;

        .welcome__hero-title{
            font-size: 1em;
            h4{width:1000px;float:left;}
            padding-right: 400px;
            
        }
        .welcome__hero-title-right{
            font-size: 1em;
            h5{width:1000px;float:right;}
            padding-right: 400px;
            
        }
    }
}

Raw Text