@color-back: #FFFAEC; @color-module: #F5ECD5; @color-header: #578E7E; @color-text: #3D3D3D; /* FONTS & ICONS */ @font-face { font-family: "iconos-sociales"; src: url('fonts/Social\ Media\ Circled.otf'); } .dp-icon { font-family: "iconos-sociales"; font-size: 1.5em; } .dp-instagram:before { content: "\51"; color: @color-text; } .dp-steam:before{ content: "\38"; color: @color-text; } /* Basic CSS Reset */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Body Styling */ body { font-family: "Merriweather", serif; line-height: 1.6; background-color: @color-back; color: @color-text; padding: 20px; } /* Navigation Styling */ nav { margin: 20px 0; } nav ul { list-style: none; padding: 0; } nav ul li { display: inline; margin-right: 10px; } nav ul li a { text-decoration: none; color: #333; } nav ul li.right { float: right; color: aqua; background-color: bisque; } /* Header Styling */ header { background: @color-header; color: #fff; padding: 10px 0; text-align: center; border-radius: 0.5em 0.5em 0 0; } /* Main Content Styling */ main { background: @color-module; padding: 20px; margin-bottom: 20px; } /* Footer Styling */ footer { background: #333; color: #fff; text-align: center; padding: 10px 0; position: fixed; bottom: 0; width: 100%; }