@font-face {
  font-family: pixr;
  src: url(pixr.ttf);
}

body {
  background: rgb(0, 0, 0);
  background-position: center top;

  text-align: center;
  font-family: pixelzie;
}

p {
  color: rgb(255,255,255);
  font-family: pixr;
  font-size: 12px;  
}

a:link {
  color: rgb(255,255,255);
  font-family: pixr;
  text-decoration: none;
}

a:visited {
  color: rgb(255,255,255);
  font-family: pixr;
  text-decoration: none;
}

a:hover {
  color: rgb(100,100,100);
  font-family: pixr;
  text-decoration: none;
}

.container {
  margin: auto;
  width: 320px;
  display: block;
  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;  
}

.desktopimage {
  display: none;
}

#content {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;  
}

#title {
  margin-top: 22px;
  position: relative;
}
#titlemobile {
	display: none;
}

#description {
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
}

#games {
  width: 100%;
  position: relative;
}

#social {
  width: 100%;
  text-align: center;
}

.sociallink {
  width: 16px;
  height: 16px;
  
  margin-left: 10px;
  margin-right: 10px;
}
#copyright{
  width: 100%;
}