html, body {
  overflow-x:hidden;
  height:100%;
}

body{
    background-image: url('pw_background_2.jpg') ;
    background-color: #fad657;
    height:100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    font-family: 'Merriweather';
}

@font-face {
  font-family: 'Merriweather';
  src: local('Merriweather Bold'), local('Merriweather-Bold'),
      url('Merriweather-Bold.woff2') format('woff2'),
      url('Merriweather-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 399px) {
  html {
    font-size: 0.85rem;
  }

  body {
    background-position: right !important;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}

@media screen and (min-width: 680px) {
  html {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 1.5rem;
  }
}

/* @media screen and (min-width: 2000px) {
  html {
    font-size: 2.7rem;
  }
} */

h1 {
  font-size: 5.5rem;
  filter: drop-shadow(-2px 2px 4px #000);
  color: #fad657;
}

h2 {
  color: #fff;
  font-size: 1.3rem;
  filter: drop-shadow(-2px 2px 4px #000);
}

p {
    color: #fad657;
    font-size: 0.8rem;
    filter: drop-shadow(-2px 2px 2px #000);
}