/* webview */
.webview__wrap{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  border: 25px solid #000;
  transition: .2s ease-in-out;
}
.webview__content{
  padding: 30px 20px;
}
.webview__content h1{
  font-size: 30px;
  margin-bottom: 30px;
}