body {
  background-color: #121212;
  color: #e0e0e0;
  position: relative;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
}

p {
  margin: 0px;
  padding: 5px;
}

h1 {
  color: #ffffff;
  margin: 0px;
}

h2 {
  color: #a8aef4;
}

img {
  border-radius: 15px;
}

.image-container {
  border: 2px solid #666;
  padding: 10px;
  margin: 5px;
  width: fit-content;

  border-radius: 15px;
  overflow: hidden;

  text-align: center;
  background-color: #2a2a2a;
}

.information-container {
  border: 2px solid #333;
  padding: 10px;
  margin: 5px;
  width: fit-content;

  border-radius: 15px;
  overflow: hidden;

  text-align: center;
  background-color: #00112d;
}
