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

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

a:link {
  color: rgb(166, 225, 250)
}

a:visited {
  color: rgb(144, 169, 183)
}

body {
  background-image: url("https://pbs.twimg.com/media/EvfJczlXcAYcdYc?format=jpg&name=large");
  background-size: cover;
}
#title {
  text-align: center;
  color: rgb(211, 213, 212);
  font-family: minecraft;
}
#mainbody {
  margin: auto;
  width: 80%;
  height: auto;
  background-color: rgb(155, 83, 0);
  text-align: center;
  color: rgb(211, 213, 212);
  font-family: 'Roboto', sans-serif;
}
#websiteNav {
  width: auto;
  background-color: rgb(117, 142, 79);
  text-align: center;
  padding: 4px 0;
  color: rgb(211, 213, 212);
  font-family: 'Roboto', sans-serif;
}