.a{
    background-image: url(suculenta.jpeg);
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    font-weight: bold;
    padding: 0 50px;
    height: 15vh;
    background-size: cover;
    background-position: center;
}

.parrafo{
    font-size: 25px;
    padding-left: 3%;
    padding-right: 3cm;
}

.pie{
    background-color: aquamarine;
    font-size: 0.8cm;
    height: 10vh;
    padding-left: 40%;

}