body {
      background-color:rgb(193,169,214);
      
      color: rgb(2,2,55);
      
      font-family: Courier;
      }

ul {
    list-style-type: square;
  }
  
h1 {
    text-align: center;
  }  
    
img {
      position: static;
  
      bottom: 40;
  
      left: 20;
    }

.center {
          position: relative;
          
          top: 50%;
      
           width: 100%;
      
          text-align: center;
         }
  
a:link{color: rgb(2,2,55);}

a:hover{color: rgb(86,91,161);}

a:visited{color: rgb(95,68,112);}

a:active{background-color: rgb(164,204,188);}

.column {padding: 10px;}

