* {
  box-sizing: border-box;
}

body {
  background: #09080d;
  font-family: 'Geneva', 'Arial', sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;

}

main {
  padding: 72px 36px;
}

p {
  font-size: 24px;
}

.button {
  background-color: #fff;
  padding: 12px;
  text-align: center;
  width: 100%;
  color: #0053c7;
  font-size: 24px;
  border-radius: 50px;
  text-decoration: none;
  display: block;
  margin: 30px 0;
}

main {
  position: relative;
  z-index: 2; /* Ensure the text is above the canvas */
  text-align: center; /* Center the text inside the main element */
}
/*@media (min-width: 800px) {*/
/*  .cta {*/
/*    width: 80%;*/
/*  }*/
/*}*/

.text-image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pynea-logo {
  width: 50%;
  margin-top: 10px; /* Add some space between the text and the image */
}

.crown-star {
  width: 1em; /* Set the width to match the font size */
  height: 1em; /* Set the height to match the font size */
  margin-left: 8px; /* Add some space between the text and the image */
}