* {
   margin: 0;
   padding: 0;
}

body{
    background-color:#D98880 ;
    
}

nav {
    width: 100%;
    height: 100px;
   background-color: #FDEDEC;
}

ul {
    margin-left: 60px; 
    list-style-image: url(http://clipart-library.com/images_k/chocolate-transparent-background/chocolate-transparent-background-19.png);
}

ul li {
   list-style: none;
    display: inline-block;
    float: left;
    line-height: 100px;
}

ul li a {
   display: block;
   text-decoration: none;
   font-size: 14px;
   font-family: arial;
   color: #1e1e1e;
   padding: 0 20px;
}

ul li a:hover {
    color: pink; 
}


.center {
    display: block;
    margin-top: 20px;
    margin-left: 10px; 
    margin-right: 10px;
    height: 60px;
    width: 5.5%; 
    float:right;
}


.contentmain {
    width: 60%;
    float: left;
    margin-left: 10%;
    margin-top: 30px;
    padding: 10%;
    color:#D98880;
    background: #FDEDEC;
    font-size: 30pt;
    font-family: Courier;
    border-image-source: http://clipart-library.com/images_k/chocolate-transparent-background/chocolate-transparent-background-19.png
}


p {
    width: 60%;
    float: left;
    margin-left: 10%;
    margin-top: 30px;
    padding: 10%;
    color:#D98880;
    background: #FDEDEC;
    font-size: 30pt;
    font-family: Courier;
}

body {
  background-image: url("https://iconsgalore.com/wp-content/uploads/2019/08/candy-1-featured.png");
  background-repeat: repeat-y;



