body {
  background: url('/images/TROPICALBG.png') no-repeat center center fixed;
  background-size: cover;
  height: 90vh;
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
}

.enter {
  font-family: Daydream;
  font-size: 60pt;
  color: #fff;
  text-shadow: 3pt 3pt 1pt #2e81de;
}

.enter a {
  color: #fff;
  text-decoration: none;
}

.enter a:hover {
  color: #abe9df;
  text-shadow: 3pt 3pt 1pt #fff;
}


.notfound {
  background: rgba(255, 255, 255, 0.4); 
  padding-bottom: 10pt;
  border-radius: 50pt;
  text-align: center;
}

.notfound img {
  width: 600px;
  height: auto;
  border-top-left-radius: 50pt;
  border-top-right-radius: 50pt;
}

.oops {
  font-family: 'Digital Disco';
  font-size: 100pt;
  line-height: 80pt;
  color: #8fed05;
  text-shadow: 2pt 2pt 1pt #064c39;
}

.pagenotfound {
  font-family: 'Digital Disco';
  font-size: 50pt;
  line-height: 40pt;
  color: #8fed05;
  text-shadow: 2pt 2pt 1pt #064c39;
}

.gohome {
  font-family: 'Digital Disco';
  font-size: 60pt;
  line-height: 60pt;
  color: #f6cd23;
  text-shadow: 2pt 2pt 1pt #975400;
}

.gohome a {
  color: #f6cd23;
  text-decoration: none;
}

.gohome a:hover {
  color: #fff;
}
  