@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

a {
    color: black;
    
 }



.chaptertitle {
    display: flex;
    top:0 ;
    height: 100px;
    font-family: 'Roboto Mono', monospace; 
    background: rgb(224,255,255);
    background: linear-gradient(180deg, rgba(222,255,255,1) 0%, rgba(112,255,255,1) 30%, rgba(0,255,255,1) 100%) ;
     color: white ;
    font-size: xx-large;
    align-items: center;
 
    }