body {
  background-color: white;
  color: black;
  margin: 2%;
}

.para-style-1 {
  font-size: 12px;
  font-family: "Helvetica", sans-serif;
  line-height: 1.15;
  padding-left: 10px;
  padding-right: 10px;
}

.para-style-2 {
  font-size: 15px;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  text-align: center;
}

.para-highlight-blue {
  font-size: 13px;
  font-family: "Helvetica", sans-serif;
  text-align: center;
  background-color: blue;
  color: white;
}

.ul-style-1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  }
        
  li:not(:last-child){
   border-bottom: 0.25px solid #D3D3D3;
  }
}

.img-small {
  width: 50px;
  height: 50px;
}

.img-medium {
  width: 300px;
}

.div-menu {
  background-color: white;
  border: 0.25px solid #D3D3D3;
  width: 250px;
  height: 400px;
  overflow: auto;
}
