#banner #banner-icon {
    height: 120px;
}

/* Center page-wrapper in the middle of the flex space */
.wrapper-align-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.space-m {
    width: 100%;
    height: 1rem;
}

/* Remove margin from elements */
.no-margin {
    margin: 0 !important;
}

/* Align text to the center */
.center {
    text-align: center;
}

/* Align text to justify it */
.justify {
    text-align: justify;
}
