@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
  font-size: 400%;
  text-align: center;
  color: #FFFFFF;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-variation-settings:
    "wdth" 100;
  font-size: 200%;
  text-align: center;
  color: #FFFFFF;
}

body {
  background-image: url('chud.png');
  background-size: 5%;
  background-color: #303030;
  background-blend-mode: multiply;
}

.dance {
  display: flex;
  align-items: center;
  justify-content: center;
}
