@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
  font-family: minecraft;
  src: url("MinecraftRegular-Bmg3.otf")
}

body {
  background-image: url("https://cdn130.picsart.com/289701347026201.jpg");
  background-size: cover;
}
#title {
  text-align: center;
  color: rgb(55, 63, 81);
  font-family: minecraft;
}
#mainbody {
  margin: auto;
  width: 80%;
  height: auto;
  background-color: rgb(144, 182, 255);
  text-align: center;
  color: rgb(55, 63, 81);
  font-family: 'Roboto', sans-serif;
}
#websiteNav {
  width: auto;
  background-color: rgb(9, 188, 138);
  text-align: center;
  padding: 4px 0;
  color: rgb(55, 63, 81);
  font-family: 'Roboto', sans-serif;
}

