aside.img {
  float: left;
}
body {
  color: greenyellow;
  font-family: MonoLisa, Menlo, Monaco, "Courier New", monospace;
  background-color: black;
  margin-left: 10px;
  margin-right: 10px;
}
h1 {
  color: skyblue;
  font-family: Apple Chancery;
  text-align: center;
}
span.1 {
  color: red;
}
.wrapper {
  width: 950px;
  margin: 20px auto 20px auto;
  border: 2px solid #000000;
  background-image: url(https://images-cdn.kahoot.it/75649e95-e13a-4af9-b36f-d9bdd910b282?auto=webp);
}
.games {
  align-content: center;
}
a {
  color: rgb(0, 87, 250);
  text-decoration: none;
}
a:hover {
  color: rgb(0, 242, 250);
  text-decoration: none;
}
