body{
font-size:1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", serif;
}

h1{margin: 25px 0;text-align:center;color:#270D9D;}

p {text-align: justify;}

footer a {text-decoration: none;color: #fff;font-size:1rem;} 
footer a:hover {text-decoration: underline;color: #fff;}

img {max-width: 100%;}
.card img
{
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  width: 100%;
}
.card p{padding: 5px;}
.center{text-align: center;}

.test li{
background: #eeeeee;
transition: background .3s;
padding: 13px 20px;
padding-right: 20px;
border-radius: 4px;
margin: 0 0 10px;
cursor: pointer;
line-height: 25px;
font-size: 16px;
position: relative;
z-index: 2;
}