* { padding: 0px; margin: 0px; } .orange { background-color: #FFA631; text-align: center; padding-top: 15px; padding-bottom: 15px; font-family: 'Oswald', sans-serif; font-size: 12px; } #navigation li { display: inline; margin-right: -4px; text-decoration: none; } .aroma { background-color: white; padding-top: 20px; padding-bottom: 20px; padding-right: 35px; padding-left: 35px; } .arabica { background-color: white; padding-top: 20px; padding-bottom: 20px; padding-right: 35px; padding-left: 35px; } .colombien { background-color: white; padding-top: 20px; padding-bottom: 20px; padding-right: 35px; padding-left: 35px; } .jamaiquain { background-color: white; padding-top: 20px; padding-bottom: 20px; padding-right: 35px; padding-left: 35px; } a { text-decoration: none; } .aroma:hover { background-color: #3F92BF; color: white; } .arabica:hover { background-color: #3F92BF; color: white; } .colombien:hover { background-color: #3F92BF; color: white; } .jamaiquain:hover { background-color: #3F92BF; color: white; } li:hover a{ color: white; } .cafeimg{ background-image: url("../img/cafe.webp"); background-size: cover; height: 600px; } .squares { text-align: center; display: flex; justify-content: center; justify-content: space-between; flex-wrap: wrap; margin-top: 60px; } .sqred{ background-color: #FF545A; height: 300px; width: 300px; text-align: center; } .logred{ height: 80px; margin-top: 50px; } .sqyel{ background-color: yellow; height: 300px; width: 300px; text-align: center;} .logyel{ height: 80px; margin-top: 50px; } .sqgre{ background-color: green; height: 300px; width: 300px; text-align: center;} .sqblue{ background-color: skyblue; height: 300px; width: 300px; text-align: center;} Footer { background-color: grey; text-align: center; margin-top: 50px; padding-bottom: 35px; padding-top: 15px; } .footer { color: darkslategrey; font-weight: 700; }