       



       body {
         background-image: linear-gradient(110deg, lightcyan, white, ghostwhite, aliceblue, white, rgba(255, 255, 240, 0.5), white, white, ghostwhite, aliceblue,
          ghostwhite, aliceblue, white, white, white, ghostwhite, aliceblue, white, lightcyan, white, white);
        background-repeat: no-repeat;
        background-attachment: fixed; 
        background-size: cover;

        position: absolute;
        font-size: 16px;
        line-height: 1.5;
        word-break: keep-all;
        transition: 5s;
        
      }

      body:hover {
        background-image: linear-gradient(180deg, #ffffff, #f5fffa, #f0fff0, #fffff0, #f8f8ff, #f0f8ff
        #f5f5dc, #f5f5f5, #ffffff);
      }
        


      
      p.memo {
        background-image: linear-gradient(to bottom right, mediumspringgreen, azure);
        padding: 30px;
        border: 1px outset aqua;
        border-radius: 40px;
        margin-left: 20%;
        margin-right:20%;

        

      }

      
      p {
        word-break: keep-all;
        text-align: center;
        margin-left: 20%;
        margin-right:20%;
       background-image: linear-gradient(to bottom, rgba(0, 250, 154, 0.1), rgba(240, 255, 255, 0.3));
        padding: 30px;
       /* border: 3px outset rgba(255, 255, 255, 0.1);*/
        border-radius: 0px;*/

      }

      h1{
        font-size: 100%;
        margin-top: 3%;

      }

      a .adrawingbookicon{
        width: 50px; 
        height: 50px; 
        position: absolute;
        top: 51.3%;
        right: 78%;

      }

      .chain{
        color:silver;
        text-align: center;
      }

      a:active {
        color: blue;
      }

      a:visited {
        color: blue;
      }

      img {
        opacity: 0.5;
        position: relative;
        left: 50%;
        transform:translateX(-50%);
        width: 450px;
        height: 600px;

      }

 /*     a .hole {
        width:100px;
        height:100px;
        border-radius:50%;
        background-image: linear-gradient (130deg, black, dimgray, black);
        position: absolute;
        top: 70%;
        right: 50%;
      }*/
            
      
