body {
  background-color: #0b0432;
  /*CHANGE PAGE COLOR HERE*/
  margin:10px 15% 10px;
  color: #000000;
  font-size: 1.2em;
  /* border: #000000; */
  /* padding: 10%; */
  /*CHANGE TEXT COLOR HERE  */
  /* margin-left: ; */
  /* margin-right: ; */
}

main {
  background-color: #e6a6a6;
  padding: 30px;
  /* margin: 10px 20px 10px; */
  border: 2px dashed;
  border-color: #ffffff;
  border-radius: 20px

}

img {
  border-radius: 10px;
}
.large-image {
  border-radius: 20px;
}

blockquote {
  font-family: "aw-conqueror-didot", serif;
font-weight: 400;
font-style: normal;
}

p {
  color: #000000;
  font-family: "aw-conqueror-didot", serif;
font-weight: 400;
font-style: normal;
  /* line-height: ; */
}

h1 {
  text-align: left;
  font-family: "filosofia", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1px;
  text-align: center;
  font-size: 2.5em;
}

h2 {
  text-align: left;
  font-family: "filosofia", serif;
  font-weight: 400;
  font-style: normal;
}

h5 {
  margin-top: 0px;
  text-align: center;
}

ul {
  /* background-color:#ccc; */
  color: #000000;
  font-family: "aw-conqueror-didot", serif;
font-weight: 400;
font-style: normal;
}

ol {
  /* background-color: #c48989; */
  background-color: #ecbfbd;
  color: #030742;
  font-family: "aw-conqueror-didot", serif;
font-weight: 400;
font-style: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}


/* ////////// NAV LINKS /////////*/
nav {
  height: 5em;
  padding: 1em 0;
  letter-spacing: 2px;
  font-size: .9em;
  font-weight: 800;
  background-color: #000000;
  border-radius:10px;
}

/* unvisited link */
nav a:link {
  color: #a4a4dc;
  background-color: #da7171;
  border-radius: 3px;
  text-decoration: none;
}

/* visited link */
nav a:visited {
  color: #a4a4dc;
  background-color: #da7171;
  border-radius: 6px;
}

/* mouse over link */
nav a:hover {
  color: #a4a4dc;
  background-color: #5e2a2a;
}

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

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

nav a.active {
  /* PUT "active" AS A CLASS ON THE CURRENT PAGE LINK */
  color: #5f5fa1;
  background-color: #d59f9f;
  border-radius: 4px;
}

/* ///////// LINKS /////////*/

/* unvisited link */
a:link {
  color: #b19b2b;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #b19b2b;
}

/* mouse over link */
a:hover {
  color: #524713;
}

/* selected link */
a:active {
  color: #fff;
}

footer {
  /* position:fixed; */
  background-color: #000000;
  color: #5f5fa1;
  /* height:3em; */
  padding:1em;
  width:100%;
  left: 0;
  bottom: 0;
  border-radius:10px;
  /* text-align: center; */
  font-size: 0.75em;
}

header {
  height: 100px;
}

.center {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.anti-small {
  min-width: 350px;
}
/* #content {
  width: ;
  margin-left: ;
} */



/* Adobe Fonts */
/*
regular
font-family: "filosofia", serif;
font-weight: 400;
font-style: normal; 
italic
font-family: "filosofia", serif;
font-weight: 400;
font-style: italic;
bold
font-family: "filosofia", serif;
font-weight: 700;
font-style: normal;
didot regular
font-family: "aw-conqueror-didot", serif;
font-weight: 400;
font-style: normal;
didot bold
font-family: "aw-conqueror-didot", serif;
font-weight: 700;
font-style: normal;
*/

/* 
* {
    border: 2px solid red;
    border-radius: 5px;
} */