/* etiquetas */
body{
    font-family: "Manrope", sans-serif;
    color:beige
}

h1,p{
    margin: 4px;
}

/* ids */

#contenedor{
    width: 500px;
    padding: 24px;
    background-image: url(para\ fondo.jpg);
    background-position: center;
}

#fotoAgos{
    width: 64px;
    height: 64px;
    margin:4px;
}

/* los márgenes se toman las imagenes? , cómo hago lo de los em esos de texto?*/