body {
  font-family: 'Poppins', Arial, sans-serif;
  overflow-y: hidden;
  height: 100%;
}

.nope {
  font-weight: bold;
  font-size: 4em;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left 0;
  right: 0;
  bottom: 0;
}
