* {
  margin: 0;
  padding: 0;
}

.wrapper {
  min-height: calc(100vh - 40px);
  overflow: hidden;
  background: url('bg.jpg') top center no-repeat #000;
  background-size: cover;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 20px;
}
.container {
  width: 1200px;
  max-width: 100%;
}
.jetlia {
  margin-top: 60px;
}
img {
  display: inline-block;
  max-width: 100%;
}
.d-flex {
  display: flex;
}
.d-block: {
  display: block;
}
.item-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}

.max-100 {
  max-width: 100%;
}
.max-50 {
  max-width: 50%;
}
.w-200 {
  width: 200px;
}

.w-400 {
  width: 400px;
}

.align-center {
  text-align: center;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: arial;
  font-width: 300;
  letter-spacing: 1px;
  opacity: 0.5;
}

.btn-wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: space-around;
  margin-top: 100px;
}

.btn-wrapper a {
  background: #e6eff8;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
}
