body {
    background-color: black;
}

.biografia {
    text-align: center;
    border-style: solid;
    border-color: #595959;
    border-width: 5px;
}

.biografia h1 {
    color: white;
    font-size: 50px;
}

.biografia p {
    color: white;
    font-size: 30px;
}

.datos {
    text-align: center;
    border-style: groove;
    border-color: #595959;
}

.datos p, .datos h2 {
    color: white;
}

.final {
    text-align: center;
}

.final h1 {
    color: white;
    border: solid;
    font-size: 50px;
}

h3 {
    text-align: center;
    color: white;
}

img {
    text-align: center;
    border-style: solid;
    border-color: #595959;
}
