@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&family=Poppins:wght@200&display=swap');

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  width: 100vw;
  height: 100vh;
  background: rgb(15, 15, 15);
}

body {
  background-image: url(./papa.png);
  background-size: contain;
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.memorial {
  position: absolute;
  top: 40%;
  left: 25%;
  color: #bdbdbd;

}

.memorial p {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}

.memorial h1 {
  font-size: 80px;
  font-family: 'Mr Dafoe', cursive;
  margin-left: 65px;
}

@media screen and (max-width: 1120px) {
  .memorial {
    
  left: 20%;
  }

  .memorial p {
    font-size: 26px;
  }

  .memorial h1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .memorial {
    
  left: 15%;
  }

  .memorial p {
    font-size: 22px;
  }

  .memorial h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 850px) {
  .memorial {
    
  left: 5%;
  }

  .memorial p {
    font-size: 22px;
  }

  .memorial h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 675px) {
  .memorial {
    
  left: 5%;
  }

  .memorial p {
    font-size: 20px;
  }

  .memorial h1 {
    font-size: 42px;
  }
}

@media (orientation: portrait) {
  .memorial {
    top: 20%;
    }
}