body {
    background-color: white;
}
h1{
  font:white;
  border:5px;
  border-radius: 83px 83px 83px 83px;
  padding-left: 30px;
  font-family: Roboto;
  font-size: 30px;
  background-color: #140614;
}

#caja {
width:65%;
height: 60%;
font-size: 18px;
text-align: justify;
margin-top: 50px;
margin-right: 20px;
}
#imagen {
display: block;
width:31%;
float: right;
background-color: #F9F9F9;
border: 10px solid #F9F9F9;
font-size: 10px;
text-align: justify;
}

p {
    padding-top: 5px;
    padding-left: 30px;
    font-family: Roboto;
    font-size: 15px;
}
#enlaces{
  width:70%;
  height: 20%;
  text-align: center;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
  font-family: Roboto;
}
li { flex-grow: 1; }
a {
	display:block;
	padding:1em;
  border-radius: 83px 83px 83px 83px;
	background-color:#140614 ;
	text-align:center;
	margin-right:0.5em;
	text-decoration:none;
	color: white;
}
a:hover {background-color:OliveDrab; }
