
        body {
            font-family: 'Courier New', monospace;
            background-image: url("../p1/bg.png");
            background-attachment: fixed;
            background-size: cover;
            margin: 5% 5% 5% 15%;
        }
        
        header{
            width: 80%;
        }
        
        .content{
            width: 50%;
        }
        
        h1{
            font-size: 44px
        }
        
        h2{
            font-size: 20px
        }
        
        a:link {
        color:#9ACD32;
        }
  
        a:visited {
        color: green;
        }
  
        a:hover {
            font-weight:bold;
        }
  
        a:active {
        color: rgb(0,0,255);
        } 

        p a {
            font-size: 22px;
        }
        