:root {
  --bs-body-font-size: 1.125rem;
  --bs-body-font-family: "Lexend Deca", sans-serif;
  --bs-body-color: #fff;
  --bs-link-color-rgb: currentColor;
  --bs-link-hover-color-rgb: currentColor;
  --bs-body-bg: rgb(0, 90, 131);
  --bs-body-line-height: 1.7777777778;
}

body {
  background-image: linear-gradient(135deg, rgb(4, 131, 168, 0.5) 7.14%, rgb(0, 90, 131) 7.14%, rgb(0, 90, 131) 50%, rgb(4, 131, 168, 0.5) 50%, rgb(4, 131, 168, 0.5) 57.14%, rgb(0, 90, 131) 57.14%, rgb(0, 90, 131) 100%);
  background-size: 9.90px 9.90px;
}

.logo {
  padding: 100px 0;
}

h1 {
  color: #009FC2;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 40px;
}