.boton {
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
 border-radius: 12px;
 width: 50%;
}
.boton1 {background-color: #069d52;}
.boton2 {background-color: #3355cc;}
.boton3 {background-color: #A0BB00;}
.boton4 {background-color: #CC5522;}
.avatar {
border-radius: 50%}
a {
  color: white;
  text-decoration:none;
  font-weight: bold;
}
div { color: #ffFFFF; font-family:Verdana, Helvetica;}
.name { font-size: 2rem;}
.cargo { font-size: 1.5rem;}
.datos {
line-height: 1.5;
justify-content: center;
padding:20px;}
h1, h2, h3 { color: #ffDD77; font-family:Verdana, Helvetica}
.contene {
justify-content: center;
padding: 20px;
background-color: #3355CC;
border-radius: 8px;
font-size: 0.8 rem;
}