.portal-header {
    height: 250px;
    background-size: cover;
    background-image: url('../img/portal-header.jpg');
    text-align: center;
    vertical-align: middle;
    display: table;
}

.portal-header h1 {
    margin: auto;
    color: black;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.portal-header h1 span{
    color: white;
}

.md-grid {
    max-width: 1440px; 
}

.aui-root .bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(200, 178, 172, var(--tw-bg-opacity));
}