/*
Heyall! Glad you like the web page so much as to venture into the style code :3
*/

body {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Comic Sans MS', 'MS', sans-serif;
}
#title {
  color: #ffff00;
  text-align: center;
}
.yellow {
  color: #ffff00;
}
.box {
  position: relative;
  border-style: solid;
  border-color: #ffffff;
  text-align: center;
  max-width:50%;
}