@font-face {
  font-family: "caesar";
  src:
    local("caesar"),
    url("/fonts/caesar.woff") format("woff") tech(color-COLRv1);
}


body {
    height: 100%;
    overflow-y: hidden;
 }
body{
    background-color: #000000;
    }
    
    #all{
    width: 625px;
    height: 545px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
    
    #left{
    float: left;
    width: 385px;
    height: fit-content;
    }
    
    #right{
    float: right;
    width: 230px;
    height: auto;
    position: relative;
    top: 15%;
  }
    
    #leftbox{
    background-color: #ffffff;
    border-radius: 10px;
    width: 365px;
    height: auto;
    padding: 10px;
    }
    
    #leftcontent{
    width: 365px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    }
    
    #contentbox{
    width: 345px;
    height: fit-content;
    padding: 10px;
    }
    
    #content{
    height: 355px;
    border-radius: 10px;
    font-size: 14px;
    text-align: justify;
    padding: 15px;
    overflow: scroll;
    overflow-x: hidden;
    }
    
    #content h1{ 
    margin: auto;
    border-bottom: 2px dotted #000;
    color: #522589;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    }
    
    #imgbox{
    padding: 10px;
    }
    
    #img{
    width: 345px;
    height: 100px;
    border-radius: 10px;
    background-image: url('https://m.media-amazon.com/images/I/71uG1ZFmIsL._AC_SL1500_.jpg'); /*345x100*/
    background-size: 100%;
    }
    
    #righttop{
    width: 198px;
    height: 160px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    }
    
    #righttopimg{
    width: 198px;
    height: 160px;
    background-image: url('/images/hare.png'); /*198x160*/
    }
    
    #rightmiddle{
    width: 198px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    }
    
    #nav{
    padding-top: 2px;
    }
    
    #nav a:hover{
    color: #1d053b;;
    }
    
    .link1{
    background-color: #522589;
    padding: 1px 1px 1px 1px;
    display: inline-block;
    margin-bottom: 2px;
    width: 95px;
    text-align: center;
    color: #fff;
    float: left;
    border-radius: 10px;
    }
    
    .link2{
    background-color: #522589;
    padding: 1px 1px 1px 1px;
    display: inline-block;
    margin-bottom: 2px;
    width: 95px;
    text-align: center;
    color: #fff;
    float: right;
    border-radius: 10px;
    }
    
    
    a{
    color: #522589;
    text-decoration: none;
    }
    
    a:hover{
    color: #1d053b;
    }


    
    ::-webkit-scrollbar{
    width: 7px; 
    }
        
    ::-webkit-scrollbar-track{
    background-color: white;
    width: auto;
    }
    
    ::-webkit-scrollbar-thumb{
    background-color: #522589;  
    border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #1d053b;
    }

    input {
        position: absolute;
        opacity: 0;
        z-index: -1;
      }
      
      .accordion {
        border-radius: 5px;
        overflow: hidden;
      }
      .accordion-label {
        display: flex;
        cursor: help;
        color: #000;
        text-transform: capitalize;
      }
      .accordion-content {
        max-height: 0;
        padding: 0 1em;
        background: white;
        transition: all 0.35s;
      }
      
      input:checked ~ .accordion-content {
        max-height: 100vh;
      }

      .series{
        color: #522589;
        font-family: "caesar";
        font-size: x-large;
        text-transform: uppercase;
        padding: 0%;
        margin: 0%;
      }
      
      .shrine{
        font-family: "caesar";
        font-size: 72pt;
        text-align: center;
      }

      .click{
        text-align: center;
      }

      ::selection {
        color: #ffffff;
        background: #522589;
      }
      
      .loveletter{
        text-align: center;
      }
