body { background-color: #444; color: #EEE; font-family: Monospace; font-size: 1em; } #projects a { color: #BBB; } #projects { width: auto; height: auto; } #projects h1 { font-size: 1.5em; font-weight: bold; text-align: center; } #projects img { border-left: 5px solid #222; border-right: 5px solid #aaa; border-bottom: 5px solid #aaa; border-top: 5px solid #222; padding: 2px; display: block; margin-left: auto; margin-right: auto; } #projects p { text-align: justify; margin: 2em; } #projects h2 { font-size: 1.1em; font-weight: bold; letter-spacing: .1em; color: #3c6; /* ideas para el color, cambialo si lo quiere mas plano */ margin-bottom: -1em; /* he juntado un poco el titular de la seccion y el texto inicial*/ } #projects li { margin-left: 4em; list-style: circle; }