body {
    background-color: ghostwhite;
    animation-fill-mode: forwards;
    width:100vw;
    height:100vh;
    overflow: scroll;
    margin:0%;
    
    }
main{
  background: rgb(255,130,0);
background: linear-gradient(0deg, rgba(255,130,0,0.5676864495798319) 0%, rgba(255,224,31,0.6769301470588236) 100%);}

    .author{
      position: absolute;
      font-family: "elza", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: left;
      color: black;
      margin-left: 20px;
      }


      .myname{
      position: right-top;
      font-family: "elza", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      text-align: right;
      color: black;
      margin-right: 20px;
       }

       a {
        color: black;
        text-decoration: underline;
      }
 
     
    .temple{
      padding-top: 6%;
      font-family: "bely", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      text-align: center;
  
    
    }
    
    .templeshadow{
      padding-top: 0.25%;
      position: relative;
      width:auto;
      height: auto;
      font-family: "bely", serif;
      font-weight: 400;
      font-style: bold;
      font-size: 14px;
      text-align: center;
      transform: skew(0deg,0);
      opacity: 120%;
      filter: blur(2px);
      
      animation-name:t-change;
      animation-duration:20s;
      animation-fill-mode: forwards;
      background: rgb(178,156,180);
background: linear-gradient(180deg, rgba(178,156,180,1) 0%, rgba(182,99,22,0.5872942927170868) 0%, rgba(182,165,32,0.578890931372549) 100%);
    }
      
  
    @keyframes t-change {
      from {
        background: rgb(255,130,0);
        background: linear-gradient(180deg, rgba(255,130,0,0.5676864495798319) 0%, rgba(255,224,31,0.6769301470588236) 100%);
      }
      to {
        background: rgb(188,96,0);
        background: linear-gradient(180deg, rgba(188,96,0,0.5676864495798319) 0%, rgba(187,163,24,0.6769301470588236) 100%);
     
      }
    }
    
  
