body{
    background-color: black;
}

.centrado{
    text-align: center;
}
img{
    width: 250px;
    height: 250px;
}
h2{
    color: white;
}
p{
    color: white;
}
.link{
    color: white;
}
.link:hover{
    color: white;
}