body {
  font-family: "Courier New", Courier, monospace;
  background-color: #1e090d;
  color: #f1dcab;
  line-height: 1;
  margin: 0;
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
  text-align: center;
  font-size: 18px;
}
#logo {
  width: 200px;
  margin-bottom: 25px;
  margin-top: 100px;
}
h1,
h2 {
  color: #9d312a; /* Magenta */
  width: 100%;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* text-shadow: 2px 2px #00ffff; Cyan */
}

h1 {
  /* border-bottom: 2px solid #00ff00; Neon Green */
  padding-bottom: 10px;
}

h2 {
  margin-top: 30px;
}

p {
  max-width: 600px;
  margin: 0 auto;
}
a#studioemail,
a#kouklyemail {
  margin-bottom: 2em;
}
ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
  max-width: 600px;
}
a {
  color: #e38c89;
}
.rtl {
  direction: rtl !important;
}

li {
  /* background-color: #333333; */
  margin-bottom: 5px;
  padding: 5px;
  /* border-radius: 5px; */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* li:hover {
  background-color: #00ffff; 
  color: #1a1a1a;
} */
footer {
  font-size: 0.4em;
}
#mc_embed_shell {
  margin: 20px 0 0;
  line-height: 2em;
}
#mc_embed_signup {
  max-width: 90vw;
}
button {
  border: 1px solid #f1dcab;
}
/* #emailLabelHebrew {
  direction: rtl;
  margin-left: 10px;
} */
@media only screen and (max-width: 600px) {
  body {
    padding: 10px;
    font-size: 16px;
  }

  h1,
  h2 {
    font-size: 0.8em;
  }
}
