html,
body {
  height: 100%;
  background-color: #2898F3

}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.container img {
  width: 30vw;
  height: auto; /* Maintain the aspect ratio */
}

.content {
  text-align: center;
}

.content img {
  display: block;
  margin: 0 auto;
  
}

.content p {
  margin-top: 20px; /* Adjust this value as needed */
}