@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
body {
  background-color: white;
  color: #7e1a1a;
  font-family: 'Pangolin';
  align-items: center;
  background-image: url(/images/images.jpeg);
  overflow: hidden;
  max-height: 500px;
  width: 100%;
  height: 100%;
  max-width: 500%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 1em auto;
  box-sizing: border-box;
  text-align: center;
}
a{
  text-decoration: none;
  border-color:#b32727;
 line-height: 1.8em;
  margin: 1em auto;
  letter-spacing: 0.5px;
  padding: 0.5em 0em;
}
.sidecontent ul, li{
margin: 0px;
list-style-type: none;
padding-left: 0px;
}
a:hover{
text-decoration: none;
color: #e65a5a;
}

