html {
  height: 100%;
}

body {
  font-family: Courier, monospace;
  color: black;
}

#viewp {
  position: fixed;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#signp {
  width: 300px;
  margin: auto;
}