html, body, #app-portalfrontendhost {
    width: 100%;
    margin: 0;
    position: relative;
    background-color: #f1f5f9;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.desktop-maxw-1920 {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }