@import "tailwindcss";
body {
  font-family: Arial, sans-serif;
  background-color: #111;
  color: #eee;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}


/* Custom CoreFree header styles */
.cf-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  padding: 24px 0 32px 0;
  position: relative;
}
.cf-logo {
  height: 90px;
  width: auto;
  margin-right: 32px;
  margin-left: 32px;
  border-radius: 12px;
  box-shadow: 0 4px 24px 0 #000a, 0 1.5px 8px 0 #00ccff44;
  background: #181c20;
  padding: 6px 12px;
  transition: transform 0.2s;
}
.cf-logo:hover {
  transform: scale(1.07) rotate(-2deg);
  box-shadow: 0 8px 32px 0 #00ccff55, 0 2px 12px 0 #000a;
}
.cf-title {
  flex: 1;
  text-align: center;
  margin: 0;
  font-size: 2.2em;
  color: #00ccff;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #000a;
  margin-left: -300px;
}

main {
  padding: 30px;
  max-width: 800px;
  margin: auto;
}

section {
  margin-bottom: 40px;
}

h2,
h3 {
  color: #00ccff;
}

a {
  color: #00ccff;
  text-decoration: none;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #888;
}
ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

li {
  margin-bottom: 0.5rem;
}
.hero-logo {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 15000px;
}