body {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.bg {
  /* Background image */
  background-color: #ec008c;
  /* Full-screen */
  height: 100%;
  /* Center the background image */
  background-position: center;
  /* Scale and zoom in the image */
  background-size: cover;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:100vh;
}
img {
    max-width: 100%;
    border-radius: 10px;
}
h1 {
    font-size: 1.3em;
    text-align: center;
    color: white;
}
h2 {
    font-size: 1.1em;
    text-align: center;
}