@font-face {
  font-family: 'water-lemon';
  src: url("font/WaterLemon-6RG7x.ttf") format("truetype");
}

@font-face {
 font-family: 'startstory'; 
  src: url("font/StartStory-ov22z.ttf") format("truetype");
}

body, p {
  font-family: water-lemon;
  color: #4A021E
}

h1, h2, h3, h4, h5, h6 {
  font-family: startstory;
}

a {
  font-family: water-lemon;
  color: #F24B9E;
}

body {
  margin: 0;
  background: url('https://matchesandsnails.neocities.org/homepagestuff/dotsofgay.png') no-repeat center center fixed;
  background-size: cover;
}

.content {
  max-width: 45%;      /* Width of the center area */
  margin: 0 auto;        /* Center horizontally */
  background: #fafafa; /* White center */
  min-height: 100vh;
  padding: 2rem;         /* Space inside */
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.1); /* Optional: subtle shadow */
}

body {
  margin: 0;
  background: url('https://matchesandsnails.neocities.org/homepagestuff/dotsofgay.png') no-repeat center center fixed;
  background-size: cover;
}

.content {
  max-width: 53%;      /* Width of the center area */
  margin: 0 auto;        /* Center horizontally */
  background: white;     /* White center */
  padding: 2rem;         /* Space inside */
  box-shadow: 0 0 20px rgba(0,0,0,0.1); /* Optional: subtle shadow */
}