body {
    display: flex;
    gap: 20px;
}
header { background: deeppink; }
main { background: deepskyblue;}
main {
 display: flex;
}