* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Arial, sans-serif;
  background-color: #0d0d0d;
  color: #f78ca0;
  overflow: hidden;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.landing {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.landing h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #f78ca0;
}

.landing p {
  font-size: 1.2rem;
  color: #e7b2bc;
}
