@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-Italic-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 */
}


canvas {
  display: block;
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  background: transparent !important;
  pointer-events: none; 
  z-index: -1; 
}

canvas {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


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;  /* 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 */

  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;
}

  
  
  .main-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 0;
  }

  
  .main-container::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('bckg/soil_bck_seamless.png') fixed;
    background-repeat: repeat;
    opacity: 0.5; 
    z-index: -1; 
  }

  .content-container {
    width: 60%;
    margin: 100px auto;
    padding: 20px; 
    position: relative; 
    border-radius: 50px; 
    border: 5px solid #e0b998; 
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
}

.content-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('bckg/soil_bck_seamless.png');
  background-repeat: repeat;
  opacity: 0.8; 
  z-index: -1; 
  border-radius: 50px;

}





.first-text {
  padding-left: 8%;
  padding-right: 8%;
}


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



.praty-top {
  position: absolute;
  top: -70px;
  left: -80px;
  pointer-events: none;
}

.clarkus-top {
  position: absolute;
  top: -70px;
  right: -60px;
  pointer-events: none;
}

.aphel-bottom {
  position:absolute;
  bottom:-80px;
  left:-40px;
  pointer-events: none;
}

.acro-bottom {
  position:absolute;
  bottom:-130px;
  right:-0px;
  pointer-events: none;
}



.noisy-title {
  display: inline-block;        /* needed for transform */
  filter: url(#text-noise);     /* applies moving noise */
  transform-origin: center;
}

a {
  color:#e0b998;
}


