
body {
  background-color: black;
  color: #00ff00;
  font-family: 'Courier New', monospace;
  text-align: center;
  margin-top: 50px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#guillepa {
  width: 200px;
  cursor: pointer;
  image-rendering: pixelated;
}

#speech {
  margin-top: 20px;
  font-size: 20px;
}
