body {
  background: url('https://romydemers.neocities.org/bgtiles/animatedstars.gif') repeat;
  font-family: 'Press Start 2P', monospace;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 30px 0;
  margin: 0;
  cursor: url('https://cur.cursors-4u.net/cursors/cur-9/cur835.cur'), auto;
}

.wrapper {
  width: 350px;
  margin: auto;
}

.top-banner {
  width: 100%;
  border: 2px solid white;
  margin-bottom: 15px;
}

.box {
  background-color: rgba(255, 192, 203, 0.8);
  border: 2px solid #fff;
  padding: 15px;
  box-shadow: 0 0 10px #ffb6c1;
  margin-bottom: 20px;
}

h1 {
  color: #ff66cc;
  font-size: 12px;
  text-shadow: 1px 1px #000;
}

a {
  color: #fff;
  background-color: #ff99cc;
  padding: 2px 4px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 0.2s;
}

a:hover {
  background-color: #fff;
  color: #ff99cc;
}

.blinkie {
  width: auto;
  height: 20px;
  margin: 4px;
}

.footer {
  font-size: 8px;
  margin-top: 10px;
  color: #ffccee;
}
