/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body {
   background-color: #f38fa9;
}
h1{
   font-family:Arial, Helvetica, sans-serif;
   font-size: 23px;
   text-align: center;
}

p{
   font-size: 16px;
   font-family: 'Courier New', Courier, monospace;
   padding-top: 30px;   
}

body, html, a {
   height:100%;
   width:100%;
   margin:0;
 }
 :root {
 --color1: lch(0 0 0);
 --color2: lch( 0 0);
 --color3: lch(0 0 0);
 --color4: lch(0 0 0);
 --color5: lch(0 0 0);
 --color6: lch(0 0 0);
 --color7: lch(0 0 0);
 --color8: lch(0 0 0);
 --color9: lch(0 0 0);
 --color10: lch(0 0 0);
 --color11: lch(0 0 0);
 --color12: lch(0 0 0);
}
.grid-container {
 height: 100%;
 width: 100%;
 display: grid;
 position: relative;
 background-color: #f38fa9;
}
.shapeContainer {
 position: relative;
}
.shape {
 position: absolute;
 width: 100%;
 height: 100%;
}

.triangle-down { clip-path: polygon(100% 0, 0 0, 50% 100%);}
.checkerboard-big { clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 0% 25%, 0% 50%, 100% 50%, 100% 75%, 0% 75%, 0% 100%, 100% 100%, 100% 0%, 75% 0%, 75% 100%, 50% 100%, 50% 0%, 25% 0%, 25% 100%, 0% 100%);}
.checkerboard-small { clip-path: polygon(0% 0%, 10% 0%, 10% 100%, 20% 100%, 20% 0%, 30% 0%, 30% 100%, 40% 100%, 40% 0%, 50% 0%, 50% 100%, 60% 100%, 60% 0%, 70% 0%, 70% 100%, 80% 100%, 80% 0%, 90% 0%, 90% 100%, 100% 100%, 100% 0%, 100% 10%, 0% 10%, 0% 20%, 100% 20%, 100% 30%, 0% 30%, 0% 40%, 100% 40%, 100% 50%, 0% 50%, 0% 60%, 100% 60%, 100% 70%, 0% 70%, 0% 80%, 100% 80%, 100% 90%, 0% 90%, 0% 100%);}
.negative-circle { clip-path: polygon(/*top left arch */ 0 0,0% 50%,0.5% 45%,1.25% 40%,2.5% 35%,4.5% 30%,7% 25%,10% 20%,14.5% 14.5%,20% 10%,25% 7%,30% 4.5%,35% 2.5%,40% 1.25%,45% 0.5%,50% 0%,/* top right arch */ 55% 0.5%,60% 1.25%,65% 2.5%,70% 4.5%,75% 7%,80% 10%,85.5% 14.5%,90% 20%,93% 25%,95.5% 30%,97.5% 35%,98.75% 40%,99.5% 45%,/* bottom right */ 100% 50%,99.5% 55%,98.75% 60%,97.5% 65%,95.5% 70%,93% 75%,90% 80%,85.5% 85.5%,80% 90%,75% 93%,70% 95.5%,65% 97.5%,60% 98.75%,55% 99.5%,50% 100%,/*bottom left*/ 45% 99.5%,40% 98.75%,35% 97.5%,30% 95.5%,25% 93%,20% 90%,14.5% 85.5%,10% 80%,7% 75%,4.5% 70%,2.5% 65%,1.25% 60%,0.5% 55%,0 50%,/*  close path */ 0 100%,100% 100%,100% 0);}
.triangle-up { clip-path: polygon(50% 0%, 0% 100%, 100% 100%);}
.frame-big { clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 20% 20%, 80% 20%, 80% 80%, 20% 80%, 20% 100%, 100% 100%, 100% 0%);}
.frame-small { clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 5%, 95% 5%, 95% 95%, 5% 95%, 5% 100%, 100% 100%, 100% 0%);}
.ellipse-arch-up { clip-path: ellipse(closest-side farthest-side at bottom center);}


.defaultpattern1 {
background:
linear-gradient(
 0deg, 
 lch(60 50 8),
 lch(80 30 20) 60%,
 lch(60 50 8)
)
;
}

.pattern-x27xJ {
background:
radial-gradient(
ellipse at center,
 lch( 22 61 164 ) 15%,
 lch( 60 80 95 ) 100%
)
;
background-size:
12% 100%
;
}

.pattern-z0QIb {
background:
repeating-linear-gradient(
 lch( 51 97 42 ) 80%,
 lch( 40 100 42 )
)
;
}

.pattern-u4SBL {
background:
radial-gradient(
ellipse at center,
 lch(60 50 8) 20%,
 lch(65 48 3) 40%,
 lch(84 80 77) 60% 
)
;
background-size:
20% 10%
;
}

.pattern-TYYPA {
background:
linear-gradient(
 to right, 
lch( 48 106 71 ) 90%, 
lch( 30 90 80 )
)
;
background-size: 20% 100%;
}

.pattern-Y8fE6 {
background:
linear-gradient(
  lch( 67 95 243 ) 20%, 
  lch( 50 50 243 )
 )
;

}
