body {
    background-color:#FFB340 ;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    margin: 0px;
    animation: bg-color 20s ease infinite;
  }
  @keyframes bg-color {
    25% { background-color: #FCCC81; }
    50% { background-color: #FFB340; }
    100% { background-color: #8559A7 ; }
  }
  
  body::-webkit-scrollbar {
    display: none;
  }
  
  * {
    margin : 0;
    padding : 0;
  }
  
  h1{
    font-family:"Pina Colada";
    text-align: center;
    transition: all 0.5s;
    -webkit-text-stroke: 3px #FF8F28;
    font-variation-settings: "wght" 900, "ital" 1;
    font-size: 120px;
    text-align: center;
    color: transparent;
    font-family:"Pina Colada";
    text-shadow: 10px 10px 0px #FFB340,
      20px 20px 0px #FF8F28,
      25px 25px 0px #E52623,
      45px 45px 10px #8559A7;
    cursor: pointer;
    
  }
  h1::after{  
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -10px;
    left: -4px;
    transform: scaleX(0);
    box-shadow:
       0 5px 0 #E8476A,
      0 10px 0 purple;
    background: #FFA01B ;
    transform-origin: bottom right;
    transition: transform 0.5s ease-in;
    }
    h1:hover {
      font-variation-settings: "wght" 50, "ital" 0;
      text-shadow: none;
    }
  h2{
    font-family:"Pina Colada";
    text-align: center;
    text-decoration: none; 
  }
  
  
  
  p{
    font-family:"Pina Colada";
    text-align: center;
  } 
  .ethan{
    margin: auto;
    display: flex;
  }