body {
  background: #dbe4e9;
  font-family: 'Roboto';
  height: 100%;
}

.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

.bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

.centerbox {
  background: rgba(255, 255, 255, 1);
  width: 892px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  left: 25%;
  top: 25%;
}

.linksContainer {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.linksContainer a {
  text-decoration: none;
  padding: 0 10px;
}

.title {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #0b4566;
}

.text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #0b4566;
}

.logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
