
@font-face {
    font-family: 'Space Mono';
    src: url('fonte/SpaceMono-Regular.woff2') format('woff2'),
        url('fonte/SpaceMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Mono';
    src: url('fonte/SpaceMono-Bold.woff2') format('woff2'),
        url('fonte/SpaceMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Octagon";
    src: url("fonte/OctagonVariableVF.woff2") format("woff2 supports variations"),
      url("fonte/OctagonVariableVF.woff2") format("woff2-variations");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Chaumont Script";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("fonte/chaumontscript-regular.woff2") format("woff2"),
         url("fonte/chaumontscript-regular.woff") format("woff");
}
 
  @font-face {
    font-family: 'Insolente';
    src: url('fonte/Insolente-Regular.woff') format('woff2'),
        url('fonte/Insolente-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Adelphe Floreal';
    src: url('fonte/Adelphe-FlorealRegular.woff2') format('woff2'),
        url('fonte/Adelphe-FlorealRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Adelphe Fructidor';
    src: url('fonte/Adelphe-FructidorRegular.woff2') format('woff2'),
        url('fonte/Adelphe-FructidorRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* { 
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}
body {background-image: radial-gradient( rgb(255, 255, 255), rgb(255, 110, 204));}
.star3 >  * {
  position: relative;
}

.star3::before {
  content: "★";
  
  color: white;
  position: absolute;
  top: 1vh;
  right: 45vw;
  font-size: 10vw;
  opacity: 70%;
  z-index: 0;
}
p { 
     margin: 0 auto;
      text-align: left;
 z-index: 3; 
    font-family: 'Adelphe Fructidor' ;
    max-width: 70vh;
    padding-left: 70vh;
    padding-top: 10vw;
    font-size: 2.7vh;
    z-index: 6;
}
span { position: relative; transition: all 200ms;
}

#btn { position: fixed; right: 60%; top:25%; z-index: 4; transition: transform 500ms;
font-size: 30vh; color: rgb(255, 162, 222);font-family:"Insolente" ; z-index: 5;
text-decoration: none;
  -webkit-text-stroke: 3px rgb(0, 0, 0);
  color: #ffffff;}
#btn:hover{transform: scale( 200%);color: black; }

#citation { font-family: 'Adelphe Fructidor';
 padding-top:  5vw;
text-align: right;
z-index: 999;}

.starred >  * {
  position: relative;
}

.starred::before {
  content: "★";
  
  color: white;
  position: absolute;
  top: 0vh;
  right: 0vw;
  font-size: 40vw;
  opacity: 70%;
}


.star1 >  * {
  position: relative;
}

.star1::before {
  content: "★";
  
  color: white;
  position: absolute;
  top: 33vh;
  right: 50vw;
  font-size: 30vw;
  opacity: 70%;
  z-index: 4;
}
.star3 >  * {
  position: relative;
}

.star2::before {
  content: "★";
  
  color: white;
  position: absolute;
  top: -50vh;
  right: 75vw;
  font-size: 40vw;
  opacity: 70%;
  z-index: 4;
}

