body {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: #2648ce;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

a {
  color: #ffffff;
}

a:hover,
a:focus {
  text-decoration: none;
}

.main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 24px;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 433px;
}

.company-information {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.company-information-divider {
  display: none;
  margin: 0 10px;
}

@media screen and (min-width: 460px) {
  .content-container {
    text-align: center;
  }
  .company-information {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 80px;
    font-size: 1.25rem;
  }

  .company-information-divider {
    display: block;
  }
}

.sr-only {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  block-size: 1px !important;
  inline-size: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}
