@charset "UTF-8";

body {
    background-color: #e5ffed;
}

a{
    transition: color 0.3s;
    text-decoration: none;
}

a:hover {
    color: limegreen;
}

.intro ul li {
    text-decoration:underline;
}

.pdf ul li {
  font-weight: bold;
}

table{
    font-size: 80%;
    font-family: serif;
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  table th,table td{
    padding: 10px 0;
    text-align: center;
  }
  
  table tr:nth-child(odd){
    background-color: #bfdfc8
  }

  footer {
    width: 100%;
    height: 20px; 
    padding: 0;
  }
