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

body {
  font-family: sans-serif;
  background: lightgreen;
  color: black;
  font-size: 20px;
}

body::-webkit-scrollbar{
  display: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar{
  display: none;
  -ms-overflow-style: none;
}

h1{
  font-size: 16vw;
}

.pdd-inner{
  padding: 0 15px;
}

.test1 {
  background-color: lightgreen;
  min-height: 100vh;
}

.test2 {
  background-color: grey;
  min-height: 150vh;
}