@import url("https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee+Outline&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Train+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");

body {
  margin: 0;
  overflow-x: hidden;
  background: black;
  -webkit-font-smoothing: antialiased;
}

.Robot-Inline {
  font-family: "Bungee Inline", cursive;
  color: red;
}

.Robot-Outline {
  font-family: "Bungee Outline", cursive;
  color: red;
}

.Robot-Train {
  font-family: "Train One", cursive;
  color: red;
}

.Robot-Monoton {
  font-family: "Monoton", cursive;
  color: red;
}
