html{
  background-color: black;
  color: white;
}

.center{
  text-align: center;
}

a{
  color: white;
}

.nomargin{
  margin: 0px;
}

#dreamy{
  width: 170px;
}

.toby-text{
  color: lime;
}

.bg{
  background-image: url(/atlastoby/the\ binary.gif);
  position: fixed;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}