html{
	background-color:#666667;
}

#container{
	width: 525px;
	height: 525px;
	background-color:#F8298A;
	border-radius: 20px;
	padding:20px 20px 20px 20px;

}

#david{
	width:520px;
	height: 520px;	
	background-color: #fff;
	border-radius: 20px;
	
}
	
#david img{
	width: 100%;
	border-radius: 20px 20px 0 0;
}

#david h1{
	color: #000000;
}
#david a{
	text-decoration: none;
}

.bloque{
	margin:0 20px 20px 20px;
	
}
.botones{
    display:flex;
    justify-content: space-between;
}

.bloque h5{
    display:inline-block;
    margin:10px 5px;
}

.bloque h5 a{
    padding:8px 20px;
    background-color:#666667;
    color: #fff;
    border-radius:6px;
	
}

.bloque h5 a{
    display:inline-block;
    width:140px;
    padding:8px 20px;
    background-color:#666667;
    color:white;
    border-radius:8px;
    text-decoration:none;
}

.anterior{
    text-align:left;
}

.siguiente{
    text-align:right;
}

.bloque a:hover{
	background-color: #F8298A;
	color: #fff;
}