p {
    color: #80461b;
}
a {
    color: #80461b;
}	





h1 {
opacity: 10;
background-size: 4px 4px;
}
p {
font-family: monospace;
background-color: #ffa6c9;
}
a {
font-family: monospace;
}
h1 {
font-family: monospace;
}
h2 {
font-family: monospace;
}
h3 {
font-family: monospace;
}
table {
font-family: monospace;
background-color: #ffa6c9;
}
li{
	font-family: monospace;
}
/* horizontal */
nav ul {
  list-style-type:none;
  padding-left:0;
  display:flex;
  flex-wrap:wrap;
}
 ul li {
  padding-right:10px;
  
}
nav{
	background-color: #ffa6c9;
}
body {
    font-size: 14px;
    color: #80461b;
    background-color: #ffa6c9;
    background-image: 
        linear-gradient(45deg, #f697ff 20%, #e5e5f7 30%);
    background-image: url('/greenbackground.jpg');
    background-size: 5px 5px, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll;
    background-position: top left, center;
}

