@import url(./main.css); .wrapper { width: 100%; margin: 20px 8px 20px 8px; padding: 10px 0 2px 0; text-align: center; } header { margin-bottom: 20px; } footer { margin: 0; padding: 0; } .nav { text-align: center; } .nav a { color: #aaa; font-weight: 200; margin-right: 0.75em; -webkit-transition: color 100ms; transition: color 100ms; } .nav a:hover { color: #3486ff; } /* Desktops */ @media only screen and (min-width: 768px) { .wrapper { margin-top: 120px; padding: 60px 0 8px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } .wrapper { width: 640px; } body { /* Flex box: center everything vertically */ align-items: center; } header { margin-bottom: 60px; } }