@import url('https://fonts.googleapis.com/css?family=VT323');

body {
  position: relative;
  background-color: #ffffff
  }

p {
  font-family: 'VT323', monospace;
  font-size: 26px;
  line-height: 8px;
  color: #000000;
}
