
html body {
  font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  margin: 0;
  font-size: 12px !important;
}
.static-page-container {
  position: fixed;
  background: #004B8D;
  height: 100%;
  width: 100%;
  background-size: cover;
  font-size: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.static-page-container .dxw-logo {
  width: 20%;
}

.static-page-container h1 {
  color: #ffffff;
  margin-top: 40px;
  font-weight: bolder;
  font-size: 32px;
  line-height: 37px;
}
