<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: blow;
  background-color: rgba(27, 29, 33, 1);
  display: flex;
}
.image_1 {
  background: url(./logo.png) 100% no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 3%;
  left: 2%;
  z-index: 2;
  width: 125px;
  height: 60px;
}
.image_2 {
  background: url(./human.png) 100% no-repeat;
  position: fixed;
  top: 10%;
  left: 3%;
  z-index: 2;
  width: 48%;
  height: 85%;
  background-size: 100% 100%;
}
.image_3 {
  height: 100%;
  background: url(./bg.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 50%;
  position: fixed;
  right: 0%;
  top: 0;
  z-index: 1;
}
.text_1 {
  position: fixed;
  top: 4%;
  right: 2%;
  color: #94FEA2;
  font-size: 20px;
  font-family: DIN-Medium;
  z-index: 2;
}
.image_4 {
  height: 40%;
  background: url(./for.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 45%;
  position: fixed;
  right: 1%;
  top: 55%;
  z-index: 2;
  opacity: 70%;
  border-radius: 30px;
  box-shadow: 0px 0px 10px #FFFFFF;
  border: 2px solid #FFFACD;
}
.btn{
  background: #FFFFFF;
  color: #000000;
  font-size: 20px;
  border: none;
  border-radius: 3em;
  cursor: pointer;
  box-shadow: 0px 0px 10px #FFFFFF;
  width: 12%;
  height: 5%;
  position:fixed;
  left:60%;
  top:45%;
  border: 1px solid #FFFACD;
  z-index: 3;
}
.btn2{
  background: #FFFFFF;
  color: #000000;
  font-size: 20px;
  border: none;
  border-radius: 3em;
  cursor: pointer;
  box-shadow: 0px 0px 10px #FFFFFF;
  width: 12%;
  height: 5%;
  position:fixed;
  right:7%;
  top:45%;
  border: 1px solid #FFFACD;
  z-index: 3;
}
</pre></body></html>