
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  color: black;
}

.logo {
  text-align: center;
  margin: 100px;
}

.mainStuff {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: solid black 4px;
  border-radius: 15px;
  width: 50%;
}

.about {
  font-family: Verdana;
  color: white;
  margin: 10px;
  padding: 5px;
  padding-left: 20px;
  background-color: black;
  border-radius: 5px;
  width: 60%;
}

.news {
  font-family: Verdana;
  color: white;
  margin: 10px;
  padding: 5px;
  padding-left: 20px;
  background-color: black;
  border-radius: 5px;
  width: 30%;
}

.pages {
  margin-top: 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.worlds {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: Verdana;
  text-decoration: none;
  color: black;
}

.worlds:hover {
  opacity: 70%;
}

.worldsLogo {
  width: 400px;
  height: auto;
  image-rendering: pixelated;
}
