* {
 text-align: center; 
 color: white;
 font-family: Arial;
 margin: 24px;
}

body {
  background-color: black;
  font-family: sans-serif;
}

h1 {
  font-size: 60px;
  }

a {
  color: #3366CC;
  display: block;
  }

#chatroom_link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-80%);
}