html {
    font-size: 16px;
    font-family: "Poiret One", serif;
    font-weight: 400;
    font-style: normal;

    @media screen and (max-width: 1200px) {
      font-size: 75%;
    }
    @media screen and (max-width: 1024px) {
      font-size: 62.5%;
    }
    @media screen and (max-width: 780px) {
      font-size: 50%;
    }
    @media screen and (max-width: 600px) {
      font-size: 40%;
    }
}

html, body {
  padding: 0;
  margin: 0;
  border: 0;
}