@font-face {
  font-family: 'Bitter';
  src: url('fonts/Bitter-Medium.woff2') format('woff2'),
       url('fonts/Bitter-Medium.woff') format('woff'),
       url('fonts/Bitter-Medium.ttf') format('truetype'),
       url('fonts/Bitter-Medium.eot') format('embedded-opentype'),
       url('fonts/Bitter-Medium.svg#Bitter') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bitter';
  src: url('fonts/Bitter-Bold.woff2') format('woff2'),
       url('fonts/Bitter-Bold.woff') format('woff'),
       url('fonts/Bitter-Bold.ttf') format('truetype'),
       url('fonts/Bitter-Bold.eot') format('embedded-opentype'),
       url('fonts/Bitter-Bold.svg#Bitter') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  color: white;
  background: url('images/pattern_background.jpg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}

.seguici {font-family: 'Bitter', sans-serif;
    font-weight: 700;}

.container {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 20px;
  border-radius: 20px;
  max-width: 1000px;
  width: 80%;
padding-bottom: 0;
}

.logo {
  width: 50%;
  margin-bottom: 20px;
}

.groupage {
  width: 80%;
 -webkit-filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
}

.description {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}

.link-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.link-icons a {
  display: inline-block;
  width: 180px;
  height: auto;
}

.link-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-icons img {
  width: 30px;
  height: auto;
  object-fit: contain;
}

.drug-section img {
  width: 150px;
  height: auto;
  object-fit: contain;
}



.disclaimer {
	margin-top:20px;
  font-size: 14px;
  opacity: 0.7;
  font-family: 'Bitter', sans-serif;
    font-weight: 500;
}

@media (max-width: 480px) {
	.logo {width: 70%;}
	
	.description {
    font-size: 16px;
  }
  .link-icons {
    flex-direction: column;
    align-items: center;
  }
  .link-icons a {
    width: 150px;
    height: auto;
  }
}
