

    
    body {
        padding-top: 0cm;
       text-align: center; 
       margin: auto;
        background-image: url(images/pillerpattern.png);
        margin-top: 30px; 
        background-size:150px;  
        
       
       
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        
        color: aliceblue;
    }
        
    #pfp{
        
        margin: auto;
        padding: 36px;
        width: 300px;
        height: auto;
        text-shadow: 3px 1px rgb(168, 32, 84);
        background-image: url(images/dawingtest.png);
        background-position: 23%;
        background-color: rgba(107, 33, 114, 0.97) ; 
        background-size: 12.5cm;
        
        border-style: ridge;
        border-color: rgb(216, 157, 154);
        }
        h1 {
            color: rgb(231, 200, 121);
        }
        a { 
          color:pink; 
          text-shadow: 2px 1px rgb(168, 32, 84);
          font-size: 26px;
          }
        h2 {
         background-color: rgba(116, 60, 189, 0.5); 
         
        }    
    