
        body {
            background-color: #e6c7f6;
            margin: 10px 20% 20px 20% ; 
            font-family: Georgia, serif;
          
          
border-left: #9f0af5 25px solid; 
border-right: #9f0af5 25px solid;
border-top: #9f0af5 15px solid;
border-bottom: #9f0af5 10px solid;
padding-left: 2%;
padding-right: 2%;

        }

        main {
padding-top: 20px;
margin-top: 1px;
padding-bottom: 10px;
  background-color: rgb(242, 211, 170);
  border-left: #000000 20px;
}

        nav{
            text-align: center;
        }

        h1 {
            color: #000000;
            text-align: center;
            font-family: Georgia, serif;
            text-transform: uppercase;
            border-bottom: 1px solid #9f0af5;
            margin-top: 30px;
        }

li { text-align: left;}

        h2 {
            color: #000000;
            font-size: 1em;
            font-family: Georgia, serif;
        }

        .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

/* /// LINKS /// */
/* unvisited link */
nav a:link {
color: #e6c7f6;
background-color:#9f0af5;
border-radius: 1px;
text-decoration:none;
padding: 5px;

}
/* visited link */
nav a:visited {
color: #000000;
background-color:#cc7ee4;
border-radius: 6px;
}
/* mouse over link */
nav a:hover {
color: #9f0af5;
background-color:#e6c7f6;
}

/* selected link */
nav a:active {
color: rgb(187, 164, 237);
}


a:link {
  /* color: ; */
  text-decoration: underline ;
}

a:hover {
  /* color:; */
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

.center {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
nav a.active {
/* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
color: #4e0505;
background-color:#f4e492;
border-radius: 4px;
}

body 

        p {
            font-family: Georgia, serif;
        }

        
