@font-face {
    font-family: 'Macondo';
    src: url('fonts/Macondo/Macondo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Bricolage Grotesque';
    src: url('fonts/Bricolage_Grotesque/BricolageGrotesque-VariableFont_opsz\,wdth\,wght.ttf') format('truetype-variations');
    font-weight: 100 900; /* range of weights in the variable font */
    font-stretch: 75% 125%; /* range of widths, optional */
    font-style: normal; /* or italic if your file supports it */
  }
  
  
  @font-face {
    font-family: 'Karla';
    src: url('fonts/Karla/Karla-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900; /* range of weights in the variable font */
    font-stretch: 75% 125%; /* range of widths, optional */
    font-style: normal; /* or italic if your file supports it */
  }

  
  
  html {
    height: 100%;
  }
  
  body {
    margin: 0;
    min-height: 100%;
    font-family: 'Karla', sans-serif;
    font-size: 24px;
    text-align: justify;
    color: #f7d1b2;
  }
  
  h1 {
    font-family: 'Macondo', sans-serif;
    font-size: 128px;
    font-weight: 900;  
    font-stretch: 100%; 
    font-optical-sizing: auto; 
  
    text-align: center;
  
  }
  
  h2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;  /* use the wght axis */
    font-stretch: 100%; /* use the wdth axis if you want narrower/wider */
    font-optical-sizing: auto; /* lets browser choose opsz automatically */
    font-size: 50px;
  
    text-align: left;
  }
  h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;  /* use the wght axis */
    font-stretch: 100%; /* use the wdth axis if you want narrower/wider */
    font-optical-sizing: auto; /* lets browser choose opsz automatically */
    font-size: 40px;
  
    text-align: left;
  }

.text img {
    width: 100%;
}
  
    
    
    .main-container {
      position: relative;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      z-index: 0;
      background: url('backgrounds/4.gif') fixed;

    }
  

  
    .content-container {
      width: 60%;
      margin: 100px auto;
      padding: 100px; 
      position: relative; 
      border-radius: 50px; 
      border: 5px solid #e0b998; 
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
      background: url('backgrounds/611.GIF') fixed;

  }

  
  
  a {
    color:#e0b998;
  }
  
  
   
  .gif-row {
    display: flex;
    justify-content: center;
    gap: 12px;        
  }
  
  
  
  