body{
  text-align: center;    
  font-family: "Martel Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  min-height: 100%;
  padding: 20px;
  margin: 20px;
  background-color: rgb(29,179,174);
}

header{
    align-self: center;
    height: auto;
    background: #ffffff;
    padding: 20px 50px;
    border-top-color: rgb(206,0,127);
    border-top-style: solid;
    border-top-width: 10px;
    border-bottom-color: rgb(206,0,127);
    border-bottom-style: solid;
    border-bottom-width: 10px;
}
h1{
}

p{
    color: rgb(206,0,127);
}
img{
    max-width: 100%;
    height: auto;
}
p a{
    font-weight: bold;
    color: rgb(29,179,174);
    text-decoration: none;
}
p a:hover{
    color: rgb(206,0,127);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: rgb(206,0,127);
}

.APELgreen{
    color: rgb(29,179,174);
}
.APELviolet{
    color: rgb(206,0,127);
}

footer{
    background-color: rgb(29,179,174);
    text-align: center;
}
footer p{
    color: #ffffff;
}
footer p a{
    color: #ffffff;
}
footer p a:hover{
    color: #ffffff;
}

div.infoContent{
    padding: 20px;
}

@media only screen and (max-width: 600px) {
    a{
        display: block;
    }
    
}