.gallery img{
     width: 15%;
}
.menu{
    width:100%;
    height: 40px;
    background-color: darkcyan;
    padding-top:  12px;
}
.menu a{
    color: #ffffff;
    font-family: sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800px;
    padding-left: 20px;
    padding-right: 20px;
}
.menu a:hover{
    color: aquamarine;
}
p{
    font-family: sans-serif;
}
h2{
    color: darkcyan;
    font-family: sans-serif;
}
h4{
    color: darkcyan;
    font-family: sans-serif;
}
th{
    font-weight: 800;
    background-color: darkcyan;
    color:#ffffff;
    border-color: white;
}
table{
    font-family: sans-serif;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: darkcyan;
}
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    background-color: darkcyan;
    font-family: sans-serif;
}