@font-face { font-family: 'Coolvetica'; font-style: normal; font-weight: 400; src: local('Coolvetica'), url('https://fonts.cdnfonts.com/s/13277/coolvetica.woff') format('woff'); } body { margin: 0; width: 100vw; height: 100vh; background: #3498DB; font: 14pt "Coolvetica", sans-serif; & #page { width: 70%; height: 100%; margin: 0 auto; box-sizing: border-box; background: #fff; & #tobar { & #logo { background: #2F89C6; & img { width: 20%; } } & ul { width: 100%; margin: 0 !important; padding: 0; list-style: none; height: 40px; background: #2972a3; & li { line-height: 40px; padding: 0 15px; float: left; color: #fff; &:hover, &.selected { background: #316c93; } &:first-child { margin-left: 15px; } } } } } }