a {
  color: #fff;
  text-decoration: underline;
}

.body {
  color: #fff;
  background-color: #e95b27;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  width: 100%;
  color: #fff;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block {
  color: #fff;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-2 {
  margin-top: 160px;
}

@media screen and (max-width: 991px) {
  .div-block {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    font-size: 1.3rem;
  }
}


