/* Importación de fuentes de google fonts */ 
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

body{
    margin: 2px auto;
    max-width: 1024px;
  font-family: 'Noto Sans', sans-serif;
}
h1 {
    font-size: 1.3em;
    color: green;
    font-style: oblique;
}
h2 {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 4px;
    color: #514801;
}
p {
    text-align: justify;
    background-color: white;
    border: 1px inset;
    border-radius: 4px;
    padding: 1em;
}
.clean {
clear: both;
}   
container {
    background-color: #dbc68c;
    padding: 10px;
    width: 100%;
    min-height: 600px;
    display: block;
    border: 1px inset;
}

@media only screen and (max-width: 600px) {
    #redes-sociales {
        display: none;
    }
    .img-redes {
            width: 18px;
        }

}



  
