@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 { color: #ffffff; }
footer { color: #ffffff; }
form { color: #ffffff; }

a {
  color: #ffffff;
  font-size: 67%;
}

.glow-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
}

.glow-bg {
  position: absolute;
  width: 160px;
  height: 160px;
  opacity: 0.4;
}

.notepad-icon {
  position: relative;
  width: 64px;
  height: 64px;
  z-index: 1;
}