body {
  background-color: mintcream;
}

#header {
    display: flex;
    justify-content: center;
    align-content: center;
}

#links {
  background-color: beige;
}