p {
    color: black;
}
a {
    color: blue;
}
body {
    font-size: 14px;
    color: navy;
    /*background-color: #124812;*/
    background-color: #999999;
}

/*h2 {
     border-style: dashed;
     border-width: 3px;
     border-left-width: 10px;
     border-right-width: 10px;
     border-color: red;
}*/
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
div.figure {
  /*float: left;
  width: 10%;
  border: thin silver solid;*/
  margin: 0.5em;
  padding: 0.5em;
}

ul {
    font-size: 14px;
    margin-left: 10px;
    list-style-type: circle;
    display: list-item;
}

li {
    font-size: 14px;
    margin-left: 10px;
    list-style-type: circle;
    display: list-item;
}

<style>
  .bottom-three{
   margin-bottom: 3cm;
  }
</style>
