*{ color:#F0F0F0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bolder; } nav{ height: 75px; display: flex; justify-content: space-between; background-color: #3C486B } .logoblock{ width: 200px; height: 75px; display: flex; justify-content: space-evenly; align-items: center; margin-left: 20px; } .menublock{ display: flex; align-items: center; justify-content: space-evenly; width: 400px; height: 75px; } ol{ width: 400px; display: flex; justify-content: space-evenly; align-items: center; } ol{ list-style: none; } a{ text-decoration: none; } img{ width: 200px; height: 50px; } Document