body {
  background-color: #fefefe;
  display: flex;
  height: 100%;
  margin: 0;
  width: 100%;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin-top: 7%;
  justify-content: center;
  margin-bottom: 30px;
}

.image-container {
  text-align: center;
}

.image-container img {
  max-width: 300px;
  width: 100%;
}

.text-container {
  color: rgb(3, 3, 3);
  font-size: 16px;
  border: 2px solid rgb(3, 3, 3);
  border-radius: 7px;
  padding: 16px;
  max-width: 320px;
  width: calc(100% - 32px);
}
