Сетки 27/32 98% прошу помочь понять, где ошибка

https://htmlacademy.ru/courses/65/run/27`

Header
Menu
Promo 1
Promo 2
Left
Main
Right
Footer

html,
body {
margin: 0;
padding: 0;
}

body {
width: 450px;
height: 335px;

font-size: 10px;
font-family: “Arial”, sans-serif;
color: white;
}

.header {
padding-top: 10px;
margin-bottom: 10px;
}

.header1 {
min-height: 25px;
width: 340px;
margin: 0 auto;
}

.menu {
min-height: 25px;
}

.promo1 {
width: 160px;
min-height: 50px;
float: left;
}

.promo2 {
width: 160px;
min-height: 50px;
float: right;
}

.left {
float: left;
width: 60px;
min-height: 100px;
margin-right: 10px;
}

.main {
float: left;
width: 180px;
min-height: 100px;

}

.right {
width: 60px;
min-height: 100px;
float: right;
}

.footer {
min-height: 30px;
}

.layout-positioner {
width: 350px;
margin: 0 auto;
}

.layout-positioner::after {
content: “”;
display: table;
clear: both;
}

.clearfix::after {
content: “”;
display: table;
clear: both;
}

/*
Используемые цвета:
#34495e – мокрый асфальт
#c0392b – красный
#3498db – синий
*/

.block {
margin-bottom: 10px;
padding: 5px;
}

.header,
.footer {
background-color: #34495e;
}

.header1,
.promo1,
.promo2 {
background-color: #c0392b;
}

.menu,
.left,
.main,
.right {
background-color:#3498db;
}