h1{
font-size: 2.0rem !important;
}

p{
font-size: 1.2rem;
}

.container-const{
    min-height: 22rem;
    margin-top: 2rem;
}

.h1-margin{
    margin-bottom: 2rem;
}

.step-row{
    min-height: 20rem !important;
    margin-bottom: 2rem;
}

.step{
    position: relative;
    top: 25%;
}

.step-search{
    background-color: #cff1fc;
}

.step-analyze{
    background-color: #e1fae2;
}

.footer-nav{
    min-height: 10rem;
    margin-bottom: 2rem;
    color: white;
    margin-top: 2rem;
}

.step-create{
    background-color: #fcecbd;
}
