@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700,300italic,400italic,600italic,700italic);
* {
    margin: 0%;
    padding: 0%;
}
body {
    background-color: #E9E9E9;
    margin-top: 70px;
    width: 960px;
    margin-right: 10%;
    margin-left: 10%;
}
header {
    background-color: #37D199;
    display: block;
    width: 960px;
}
header h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25pt;
    font-weight: 400;
    padding: 1.5%;
}
nav {
    text-align: center;
    background-color: rgb(255, 255, 255);
    width: 960px;
}
nav ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;
    color: #37D199;
    padding: 1%;
}
nav ul li a {
    text-decoration: none;
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    color: rgb(42, 37, 37);
    
}
nav ul li a:hover {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    background-color: #37D199;
}
main {
    background-color: rgb(42, 37, 37);
    color: rgb(255, 255, 255);
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    width: 960px;
}
main h2 {
    font-size: 1.3rem;
    color: #37D199;
    text-align: center;
    padding: 1%;
    display: block;
    background-color: rgba(33, 30, 30, 0.59);
}
main p1 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-left: 38%;
    margin-top: 10%;
}
main p2 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-left: 38%;
    margin-top: 10%;
}
#imagenyo {
    text-align: center;
}
aside {
    background-color: rgb(77, 71, 71);
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 960px;
}
footer {
    background-color: #37D199;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    color: rgb(20, 18, 18);
    text-align: center;
    width: 960px;
}
main img {
    margin-left: 0%;
    margin-top: 0%;
   
}
