main {
  background-color:rgb(253, 219, 203);
  margin-left:10%;
  margin-right:10%; 
  font-size: 1em ; /* default 16px */
  border-left: 2px dashed #F50A31;
  border-right: 2px dashed #F50A31;
  padding: 14px 25px;
}


p {
color: #000000;
font-family: 'Akaya Telivigala', cursive;
}

blockquote {
color: rgb(77, 128, 129);
font-size:1.5em
}

img {
  border-radius: 10%;
  border: 2px solid #F50A31;
}

h1 {
  text-align: center;
  border-top: 1.5px solid #F50A31;
  border-bottom: 1.5px solid #F50A31;
  padding: 14px 25px;
  font-family: 'Aclonica', sans-serif;
}

h2{
  font-family: 'Aclonica', sans-serif;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 0%;
  border: 10px solid transparent;
  border-image: url(images/boarder.PNG)30% round;
}

.info {
  color: #FF00FF;
  border-top: 1px solid #F50A31;
  border-bottom: 1px solid #F50A31;
  padding: 10px 25px;
}


body{
  background-image:url("images/sprinkle.jpg.png");
}

ul {
  /*background-color:#ccc;*/
  color: #000000;
  font-family: 'Akaya Telivigala', cursive;
}

ol {
    color: #000000;
    font-family: 'Akaya Telivigala', cursive;
  }


nav {
  background-color: #000;
  padding: 8px 12px 8px 12px;

}
/* /// LINKS /// */

a:link {
  text-decoration: none ;
  color:#FF00FF;
}

a:hover {
  text-decoration: underline;
  color: #F50A31;
}

a:visited {
  text-decoration: none;
  color: #FF00FF;
}

a:active {
  text-decoration: none;
}

footer{
  border-top: 1px solid #F50A31;
  padding: 10px 25px;
}





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