html {
  color:white;
  font-size:30px;
  text-align:center;
}
.container {
  position: relative;
  text-align: center;
  color: white;
}
.bugguy {
  position: absolute;
  top: 56px;
  left: 56px;
}
a {
  font-weight: bold;
  color:white;
  text-decoration:none;
}