body{  
max-width: 700px;
 margin: auto;
} 

main {
    font-family: 'Tahoma', sans-serif;
    line-height: 1.5;
    max-width: 700px; 
    background-color: white;
}


#cover
{  
  top: 0;
  left: 0;
  width: 100%; 
  margin: 0px;
}

h2{ 
background-color: #30292C; 
 font-family:'Dosis', sans-serif;  
  color: white;
} 

h3{  
 font-family:'Dosis', sans-serif;  
 color: white; 
background-color: #30292C;
}
 
h4{  
 font-family:'Dosis', sans-serif;  
 color: white; 
background-color: #30292C;
text-align:center;
}

p{ 
margin-left: 5px;
margin-right: 5px;
}

table {
    width: 100%;
max-width: 700px;
}


tr:nth-child(even) {
    background-color: #E6F2C1;
  color: black;
}

thead { 
background-color: #30292C;
  color: white;
}

th{
font-family:'Dosis', sans-serif;  }

img {
    max-width: min(700px, 100%); 
}

blockquote{
 background: #E6F2C1;
}


a {
  outline: none;  
  padding: 2px 1px 0;
  font: italic;
}

a:link {

  color: #0A0315; 
}

a:visited {  
  color: #0A0315;
}

a:hover{
  background: #E6F2C1;
}

a:focus {
  border-bottom: 1px solid;
  background: #E6F2C1;
}
 
a:active {
  background: #E6F2C1;
  color: #CDFEAA;
}


