body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.body.darkpage {
  background-color: #000;
  color: #fff;
}

.body.darkpage.back {
  background-image: url('../images/Image.png');
  background-position: 50% 100%;
  background-size: 726px;
  background-repeat: no-repeat;
}

.button_link {
  margin-top: 20px;
  padding: 16px 30px;
  border-radius: 12px;
  background-color: #ffbf0a;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.button_link.blue {
  background-color: #1c87fb;
  color: #fff;
}

.lrp-logo {
  border-radius: 26px;
  box-shadow: 0 6px 40px 5px rgba(0, 0, 0, 0.07);
}

.heading {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #1c1c1e;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
  white-space: normal;
}

.heading.light {
  color: #cfcfcf;
  font-weight: 300;
}

