.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

body {
  background-image: url("2025-elliecoral-bg.png"); /* Relative path */
  background-repeat: repeat;
  background-position: center top;
  background-color: #f0f0f0; /* Fallback color */
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: "Lora", serif;
}

h1, h2, h3, h4, h5 {
	
	font-optical-sizing: auto;
	font-size: 1em;
}

h1 {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 600;
}

p {
	font-family: "Lora", serif;
	font-optical-sizing: auto;
}

.tagline {
  color: #777;
  margin-bottom: 30px;
}

.linktree-container {
  background: #fff;
  padding: 40px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: center;
  width: 90%;
  max-width: 400px;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
  margin-bottom: 16px;
}

.links .link {
  display: block;
  padding: 14px 20px;
  margin: 12px 0;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.link.web {
  background-color: #7E65B8;
  color: #fff;
}

.link.twitch {
  background-color: #8955F5;
  color: #fff;
}

.link.bluesky {
  background-color: #4E87F6;
  color: #fff;
}

.link.instagram {
  background-color: #E13B93;
  color: #fff;
}

.link.contact {
  background-color: #2FA285;
  color: #fff;
}