
body {
background-color: #88b7ec;
margin: 010%;
font-family: sans-serif;

font-family: rl-folklor, sans-serif;
font-style: normal;
font-weight: 900;
background-image:url("images/Unknown\ 3.jpeg")
}

main{
  border: 25px solid rgb(231, 12, 216);
  padding-left: 50px;
  padding-right: 50px; 
  border-radius: 50px;
  background-color: #9611ae;
  padding: 20px; 
  width: 600px;
  height: 920px; 
  
}

.center{
  margin: auto;
  max-width: 500px;
  padding: 10px;
}

p {
color: #060606;
  /* line-height: ; */
}
.p1 {
  line-height: 20px;
}
h1 {
  text-align: left;
}

ul {
  /*background-color:#ccc;*/
  color: #8a19c7;
}

ol {
    color: #e370dc;
  }

h1 {
color: #e985d2;

text-align:center;

font-family:serif;

text-transform:uppercase;

border-bottom:1px solid #e479e8;

margin-top:30px;
}

h2 {
color: #f61bd5;
font-size: 1em;
}

nav {
  background-color: #ec06c9ae;
  padding: 10px 5px 10px 50px;
  height: 60px;

}
nav a {
float: left; /* more on this later */
color: #5930d6;
text-align: center;
padding: 5px 10px;
margin-right: 10px;
text-decoration: none;
}

nav a:link {
color: #d75cea;
background-color:#07080c;
border-radius: 3px;
text-decoration:none;
}
/* visited link */
nav a:visited {

}
/* mouse over link */
nav a:hover {
color: #ce1cf1;
background-color:#6c097d;
}

/* selected link */
nav a:active {
color: rgb(223, 127, 218);
}


/* {
  background-color: #b108c0;
  padding: 10px 12px 8px 12px;
  height: 50px;
} */

a:link {
color: #ec45e4;
/* background-color:#e9810b; */
border-radius: 3px;
text-decoration:none;
}
/* visited link */
a:visited {
color: #d460ca;
/* background-color:#b1632b; */
border-radius: 6px;
}
/* mouse over link */
a:hover {
color: #6e0fdb;
/* background-color:#523313; */
}

/* selected link */
a:active {
color: rgba(52, 10, 237, 0.462);
}