body {
  margin: 0;
  font-family: 'Lora', sans-serif;
  background-color: #000;
  color: #fff;
  background: url('fond4.jpg') no-repeat center center fixed;
  background-size: cover;
  


  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  min-height: 100vh; 
  text-align: center;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;  
}


.header-info {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%; 
  padding: 15px 2px; 
  background-color: #111; 
  color: #fff;
  display: flex; 
  justify-content: space-between;
  font-size: 1.2rem;
  z-index: 10;
}

main {
  margin-top: 100px; 
  width: 100%;
  max-width: 800px; 
  display: flex;
  flex-direction: column; 
  align-items: center; 
  gap: 20px; 
}

header h1 {
  font-size: 3rem;
  color: #ffffff;
}

nav ul {
  list-style: none; 
  padding: 0;
  margin: 30px 0; 
  display: flex;
  gap: 20px; 
  justify-content: center;
}

nav a {
  text-decoration: none;
  color: #fff;
  background-color: #c43a41;
  padding: 10px 20px;
  border-radius: 30px; 
  font-weight: bold;
}

nav a:hover {
  background-color: #c43a41; 
}

section {
  display: none; 
  margin: 20px 0; 
  padding: 20px;
  border: 1px solid #c43a41; 
  border-radius: 10px; 
  background-color: #111; 
  color: #fff;
  max-width: 600px;
  text-align: left;
}

section a {
  color: #c43a41; 
  text-decoration: none; 
}

section a:hover {
  color: #fff; 
}

section ul {
  list-style: none; 
  padding: 0;
  margin: 0;
}

footer {
  margin-top: auto;
  text-align: center;
  padding: 10px;
  background-color: #111;
  color: #666;
  font-size: 0.9rem;
  width: 100%;
}
