.h-100 {
    height: 100vh;
}

.topp-0 {
    top: 5%;
}
.display-7 {
    font-size: 2rem;
}

.display-8 {
    font-size: 1.25rem;
}

@media screen and (min-width: 1020px){

 .topp-0 {
    top:25% !important;
 }

}