@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

body,
html {
  background: #fa7226;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  flex-wrap: wrap;
}
body,
html,
.body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #fff;
  background:#fa7226;
}
.body {
  z-index: 9;
}
.title,
.btn-container,
.info {
  padding: 20px 25px;
}
a {
  text-decoration: none;
  color: #fff;
}

h1 {
  color: #fff;
  font-size: 3.5rem;
  margin: 0;
  text-transform:uppercase;
  font-weight:bolder;
  line-height:1;
}

h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight:500;
  line-height:1.1;
}
.button:first-of-type a {
  background:#fff;
}
.button a {
  background: #D9FF20;
  padding: 10px 25px;
  margin: 10px;
  color: #222;
  transition: 0.2s;
  display: inline-block;
  text-transform:uppercase;
  line-heiht:1;
  font-weight:bolder;
  font-size:1.5rem;
}
.button a:hover {
  background:#7226fa;
  color:#fff;
}
p,
p b,
p a {
  margin: auto;
  color: #fff;
}

.img {
  height:15vh;
  padding:20px;
  transform: translate(-1vw, 0px);
}
img {
  height: 100%;
  translate:
}

@media screen and (max-width: 978px) {
  .body {
    max-width: 946px;
    min-height: auto;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  .button a {
    padding: 10px 15px;
    font-size:1.1rem;
  }
  .button a:hover {
    padding: 12px 18px;
  }
}
