<style>



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
 width: 200px;
  background-color: #7b573e;

}

li a {
  display: block;
Color: #D8C6B8;
Padding: 20px 20px
Text-decoration:none;
font-size:      1.5em;
 }

li {
  text-align: center;
  border-bottom: 50px solid #D8C6B8;
}

li:last-child {
  border-bottom: none;
}



li a:hover {
  background-color: #CF1C44;
  color: white;
}

.div2 {

Position: absolute;
left: 590px;
Top: 210px;

}


.div3 {
Display: block;
Margin-left: auto; 
Margin-Right: auto;
Width: 40%


}

</style>
