@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap";

/* src/client/styles.css */
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#app {
  padding: 1rem;
}
h1 {
  color: white;
}
b {
  color: white;
  font-weight: bold;
}
a {
  color: #ccc;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-color: #555;
}
.App {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.globe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
canvas {
  width: 100% !important;
  height: 100% !important;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 2;
}
.header-center {
  display: flex;
  align-items: center;
  gap: 2em;
}
.logo {
  font-family: "Cinzel", serif;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 1em;
}
nav a:hover {
  text-decoration: underline;
}
.search-icon {
  color: white;
  font-size: 1.5em;
}
.hero {
  text-align: center;
  color: white;
}
.hero .small-text {
  font-size: 1.2em;
  letter-spacing: 2px;
}
.hero h1 {
  font-size: 6em;
  margin: 10px 0;
}
.hero .script-font {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
}
.cta-button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background-color: white;
  color: black;
}
footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: left;
  padding: 0 40px;
  box-sizing: border-box;
  color: #ccc;
  font-size: 0.9em;
}
/*# sourceMappingURL=index.css.map */
