body {
  background-color: rgb(10, 35, 43);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif;
  text-align: center;
  color: white;
}

.img {
  position: absolute;
  width: 10%;
  height: auto;
  left: 1em;
  top: 1em;
}
h3{
  color: rgb(47, 182, 174);
  font-weight: bold;
  margin: 1em 0;
  font-size: 2rem;
}
 
.text-line {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 5px 0;
}

.text-line2 {
  font-size: 2rem;
  color: rgb(47, 182, 174);
  margin: 1em 0;
  font-weight: bold;
}

.events-section { 
  max-width: 600px;
}

.events-section h2 {
  font-size: 2em;
  color: white;
  margin: 15px 0 10px;
}

.events-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.events-section li {
  margin: 8px 0;
}

.events-section a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 2em;
  transition: color 0.3s ease;
}

.events-section a:hover {
  color: rgb(47, 182, 174);
  text-decoration: underline;
}

.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2em;
  margin-top: 10px;
}

.social-links img { 
  height: 70px;
  transition: transform 0.2s ease;
 
}

.social-links a:hover img {
  transform: scale(1.1);
}
 .download{
  margin: 2em 0 !important;
    font-size:12px;
   
 }
 .download a{
 
    color: rgb(47, 182, 174) !important;
 }
 .download i{

  margin-right: 1em;
}