ul li {
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the list’s container
     */
    list-style-position: outside;
    /*
     * Because the bullet is outside of the list’s
     * container, indent the list entirely
     */
    margin-left: 1.5em;
}
#main_content{
  min-height: 1px !important;
}
.poBtn{
  height: 50px;
  border-radius: 5px;
  border: 1px solid white;
  width:100%;
  color:white;
  background-color: #8ad4df;
  margin-bottom: 5px;
  font-size: 20px;
}

.poBtn:hover{
      color:white;
  background-color: #203864;
}






