* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #2d3142;
  width: 100vw;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.back-button {
  position: absolute;
  top: 20px;
  left: 20px;
}

.back-button svg {
  width: 30px;
}

.back-button:hover svg path {
  opacity: 0.7;
}

.disclaimer {
  width: 90%;
}

.disclaimer h1 {
  color: #ef8354;
}

.disclaimer p {
  color: #ffffff;
  line-height: 25px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .disclaimer {
    width: 70%;
  }
  .disclaimer p {
    font-size: 20px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .disclaimer {
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  .disclaimer {
    width: 50%;
  }
}
/*# sourceMappingURL=disclaimer.css.map */