html {
  height: 100vh;
}
body {
  margin: 0;
  font-family: "Gloria Hallelujah", cursive;
  font-size: 16px;
  line-height: 1.8;
  background-image: url("DinoBg.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
main {
  padding: 2rem;
  text-align: center;
}
wired-card {
  max-width: 350px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  align-self: center;
  background: rgba(255, 255, 255, 0.5);
}
wired-textarea {
  font-family: "Gloria Hallelujah", cursive;
  max-width: 350px;
  align-self: center;
  background: rgba(255, 255, 255, 0.5);
}
section {
  /* max-width: 400px; */
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
wired-button {
  background: yellow;
  color: red;
  margin: 8px;
  max-width: 100px;
  align-self: center;
}
wired-input {
  width: 80%;
  max-width: 350px;
  font-family: inherit;
  align-self: center;
}
