@import "./css/font-awesome.css"; *, *::before, *::after{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; } .azul { color: #0F6698; } .verde { color: #669900; } .vermelho { color: #cc3333; } .laranja { color: #ff6600; } .roxa { color: #663399; } .verde-claro { color: #cccc33; } .menu { border-bottom: 1px solid #000; text-align: center; height: 60px; overflow: hidden; margin: 20px auto; width: 480px; font-size: 3em; cursor: default; } .menu i { position: relative; top: 30px; transition: .2s ease; } .menu i:hover { top: 13px; }