body, html {
  height: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: black;
  background-color: #F3F2E7; /* Replace with your background color */
}

.centered-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-content img {
  max-width: 100%;
  height: auto;
}

.centered-content p {
  margin-top: 20px;
  font-size: x-large;
}
