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

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

p {
  color: rgb(55, 63, 81);
  font-family: 'Roboto', sans-serif;
}
