/*css

#E691A5   MAUVELOUS
#F3C8D2   ORCHID PINK
#FFFFFF  WHITE
#565857  DAVYS GRAY
#69A793  POLISHED PINE
#9AC89B  ETON BLUE

*/

* {
  box-sizing: border-box;
}

/* Style the body body */
body {
  font-size: 16px;
  max-width:576px;
  margin: auto;
  padding: 0 0.5rem;
  background-image: url(background/cblossoms2.jpg);
 font-family: "Trirong", serif;
    border-image-width: 555px;
    
    

}

nav {
 border: solid 2px white;
background-color: #ABACAB;
}

main {
  border: solid 2px pink;
    background-color: #F9E4E9;
}
h1{
    text-decoration-color: floralwhite;  
    position: absolute;
    top: 0px;
    left: 500px;
    color: white;
    
    
    
}
h2, h3,h4,h5,h6{
    
    
}
ul {
   list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #8AAA9F;
}

li {
  float: left;
}
li a {
display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}
li a:hover {
  background-color: #9BABA5;
}


a:link {
  color:#565857;
}

/* visited link */
a:visited {
  color: #FFFFFF;
}

/* mouse over link */
a:hover {
  color: #9AC89B;
}

/* selected link */
a:active {
  color: #69A793;
}




