body {
    font-style: italic;
    font-family: Arial Narrow;
    background-color: greenyellow;
    text-align: justify
}
h1 { color: maroon;
    text-transform: uppercase;
    font-size: 50px
}

p {}

nav a {color: blue;
        font-size: 22px
}

a:hover {color: red}

header #inicio {padding-top: 20px;
                font-size: 27px;
                background-color: darkviolet;
                color: white
}

.acerca {padding-top: 20px
}

.autor {color: brown;
    font-size: 12px
}

.intro {color: darkblue;
font-family: Bahnschrift Light SemiCondensed;
font-size: 15px  
}

aside {position: absolute;
    top: 350px;
    right: 0;
    border: solid 5px;
    color: red;
    border-color: darkslategray
}

.foto2 {position: relative;
        left: 230px;
        bottom: 50px
}

footer p {position: relative;
            bottom: 50px
}

.css {position: relative;
        left: 280px;
        bottom: 86px
}
