* {
  margin: 0;
  padding: 0;
  font-family: Roboto, Arial, sans-serif;
}

body {
  background-color: black;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  min-height: 100vh;
}

.content {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  /*max-width: 640px;*/
  color: white;
  min-height: 100%;
  margin: 0 auto;
}

.text_normal {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text_hint {
  color: yellow;
  font-weight: bold;
  margin-bottom: 10px;
}

.title {
  margin-top: 100px;
  color: yellow;
  font-size: 50px;
  margin-bottom: 30px;
}

.icon_title {
  margin-bottom: 40px;
}

.smiley {
    margin-top: 50px;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 1000px;
}

.juggling {
  max-width: 150px;
  max-height: 50%;
  margin-bottom: 20px;
}

.footer {
  padding: 1rem;
  margin-top: 1000px;
}

.footer p {
  background-color: red;
  padding: 10px;
  margin: -15px;
}
