.header {
  display: flex;
}

#home {
  width: 200px;
  image-rendering: auto;
}

h1 {
 color: pink;
  text-align: center;
  align-content: center;
  font-family: "super_monday";
  font-size: 550%;
  margin: auto;
  }
  
mark {
  background: rgb(181, 192, 149, 0.9);
  color: pink;
}
  
body {
  background-image: url("/pattern4.png");
  background-repeat: repeat;
  color: black;
}

.pics1 {
  display: flex;
}

#red1 {
  width: 1000px;
  margin: auto;
}


.pics2 {
  display: flex;
}

#white1 {
  width: 1000px;
  margin: auto;
}
