body {
        font-family: 'Ms Ui Gothic', Courier, monospace;
        font-size: 15px;
        background-image: url("notepad.png");
        color: blue;
        }
        
        img {
        pointer-events: none;
        margin:15px;
        max-width: 100%;
        height: auto;
        }
        
        #blogupdate { 
        border: 8px solid rgb(125, 172, 246);
        border-style: solid ridge solid;
        border-radius:10px;
        margin:auto;
        max-width: 90%;
        }
        #blogupinside {
        padding:10px;
        }
          
        #blogupdate header {
        background-image: linear-gradient( white, #7dacf6);
        background-color:white;
        padding:8px;
        color:white;
        font-weight:bold;
        }
        .artworks img {
        max-width: 100%;
        height: auto;
          }
        .imageframe {
        border: 3px dotted rgb(125, 172, 246);
        }
        .artworks {
        padding-bottom:10px
        }
        
        
        details p {
        font-weight: bold;
          }
        
        details {
        border: 10px solid rgb(91, 138, 213);
        border-style:double ridge double;
        background:white;
        padding:10px;
        margin:5px;
        }
        
        ::-webkit-scrollbar {
         width: 10px;
        }
        ::-webkit-scrollbar-track {
        background: #e0eaff; 
        border-radius: 10px;
        }

        ::-webkit-scrollbar-thumb {
        background: rgb(125, 172, 246); 
        border-radius: 10px;
        }

        ::-webkit-scrollbar-thumb:hover {
        background: #7ab3ff; 
        }
        
             #shrinelist li {
        border: 4px solid rgb(125, 172, 246);
        border-style: solid ridge solid;
        border-radius:10px;
        max-width:150px;
        list-style:none;
        margin:10px;
        padding:5px;
        background-image: linear-gradient( white,white, #7dacf6);
        background-color:white;
        text-shadow:1px 1px 1px blue;
     }
    a:link {
         text-decoration: none;
     }