@font-face {
  font-family: amatic;
  src: url(AmaticSC-Regular.ttf);
}

* {
  font-family:  amatic;
  font-size: 60px;
}

.info {
  position: fixed;
  bottom: 2px;
  left: 2px;
}

.info * {
  display: inline;
}

h1{
  font-size: 80px;
  margin-left: 5;
  margin-bottom: 0;
  margin-right:  35;
  margin-top: 1;
  color: #008000;
}

#container {
  width: 600px;
  height: auto;
}

.row {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  /*border-bottom: 1px solid #AFAFAF;*/
}

.friendz {
  position: relative;
  display: inline-block;
  width: 75%;
  line-height: 45px;
}

.worz {
  position: relative;
  display: inline-block;
  width: 25%;
}

/*body{
   background-image: url("blocks.png");
}*/


