body{
    background-color:#0007ff;
    text-align: center;
}

h1{
    text-align: center;
    font-size: 35px;
    color: white;
}

.imagen{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    height: 40%;
    border-radius: 50%;
}

h2{
    text-align: center;
    color: #00ff30;
}

.parrafo{
    color: white;
    text-align: center;
}

.imagen2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    height: 10%;
}

.parrafo2{
    color: white;
    text-align: left;
}


.imagen3{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 25%;
    border-radius: 50%;
}