@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

body {
  background-color: #1e1e1e;
  color: white;
  font-family: "Josefin Sans";
}

#audio {
}

#hahagottem {
  margin-left: 250px;
  border-radius: 8px;
  padding: 10px;
  justify-content: center;
  text-align: center;
}

.title {
  font-size: 30px;
  text-align: center;
  justify-content: center;
}

#toilet {
  margin-left: 30px;
  height: 450px;
}

#main-stuff {
  display: flex;
  flex-direction: row;
}

#information {
  border-radius: 8px;
  background-color: #575252;
  height: 450px;
  width: 500px;
  margin-left: 50px;
  text-align: center;
  justify-content: center;
}

#imaginenuke {
  font-size: 15px;
}
