.website { background-color: salmon; } header { position: fixed; width: 100%; height: 4rem; background-color: tomato; padding-top: 4px; padding-left: 4px; padding-bottom: 4px; padding-right: 4px; display: flex; margin: auto; } body { font-family: Arial, Helvetica, sans-serif; color: white; list-style: none; } .MainLogo { width: 25%; align-items: center; color: white; display: flex; background-color: salmon; } *{ margin: 0; text-decoration-line: none; text-decoration-color: currentColor; } .link { text-decoration: none; text-decoration-color: currentColor; } nav{ display: flex; flex: auto; width: 75%; justify-content: space-around; font-size: large; text-align: center; align-items: center; font-size: larger; } .mainBody { width: 100%; display: flex; margin: auto; padding-left: 5rem; padding-top: 5rem; align-self: center; } .news { width: 70%; display: flex; flex-direction: column; } .categories { width: 30%; align-self: right; display: flex; flex-direction: column; font-size: xx-large; } article{ display: flex; } li { list-style: none; } .ar-img { min-width: 350px; height: 200px ; } article { padding-top: 10px; padding-bottom: 10px; }