@font-face {
font-family: minecraftia;
src: url(https://dl.dropbox.com/s/qrro6u0lx00x66j/Minecraftia-Regular.ttf?);
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}
.mid {
  text-align: center;
  
}

body{
  
  font-family: minecraftia;
  background-color: skyblue;
  background-size: cover;
  background-position: center;
}