body {
  font-family: 'Bitter', serif;
  margin: 0;
  padding: 0;
  background-color: #fdf3dd;
  color: #333;
  background-size: cover;       /* Make the image cover the whole screen */
  background-repeat: no-repeat; /* Prevent tiling */
  background-position: right center;
background-size: 800px auto;
background-attachment: fixed;
background-image: url('fap-web-background.png'); 
}

.container {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 8px;
}

.logo {
  width: 200px;
  height: auto;
}

.company-name {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.company-tag {
  font-size: 2.8em;
  margin: 30px 0 10px;
}

.description {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.contact-info p {
  margin: 6px 0;
  font-size: 1em;
}

.custom-social-links {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.address {
  font-size: 0.6em;
}
