body {
  background-image: url(animation_back.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

#content {
  /* height: 100vh; */
}

.main {
  width: 42%;
  margin: 0 auto;
  /* height: 70vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-top: 5rem;
}

.heading-block {
  font-weight: 800;
  font-size: 50px;
  line-height: 116.18%;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 0.3px solid #50a8ff;
  padding-bottom: 10px;
  /* width: 80.5%; */
  margin-bottom: 2rem;
  text-align: center;
}

.content-with-img {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 1rem;
}

.thanks {
  font-weight: normal;
  font-size: 20px;
  line-height: 147.18%;
  /* or 29px */
  text-align: justify;
  color: #ffb800;
  display: flex;
  flex-direction: column;
}

.content {
  font-weight: lighter !important;
  font-size: 20px;
  line-height: 147.18%;
  /* or 29px */
  text-align: justify;
  color: #ffffff;
}

.text {
  margin-bottom: 4rem;
}

.content-block {
  border-bottom: 0.3px solid #50a8ff;
}

.footer {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  height: 300px;
  /* margin-bottom: 200px; */
  /* 
  background-image: url(animation_back.gif);
  background-position: center;
  background-size: cover; */
}

.context {
  display: flex;
  flex-direction: column;
  line-height: 19px;
}

#diff {
  color: #00d1ff;
}

.link a {
  color: #fff;
}
.link a:hover,
.link a:focus {
  text-decoration: none;
}

.gear {
  display: flex;
  justify-content: flex-end;
}

.gear img {
  width: 62%;
}
.gear #gear-img {
  position: absolute;
  width: 30%;
  top: 35px;
  right: 38px;
}
