body {
  background-color: rgb(20, 20, 20);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  margin-bottom: 100px;
}

#title {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: white;
  margin-top: 20px;
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  border: 20px;
  border-color: yellow;
  margin-top: 10px;
  margin-bottom: 20px;
}