@font-face {
  font-family: 'stratos-regular';
  src: url('/assets/fonts/stratosweb-regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  background: linear-gradient(180deg, #A8C0F0 0%, rgba(168, 192, 240, 0) 100%);
  width: 100%;
  min-height: 100vh;
  color: #00134d;
  font-family: stratos-regular, Roboto, Arial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-and-privacy-policy {
  max-width: 760px;
  padding: 0px 32px 32px;
}

.text-center {
  text-align: center;
}

h1 {
  text-align: center;
}

h1, h2, h3, h4 {
  font-weight: 400;
}
