body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, red, yellow);
}

h1 {
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-family: "Lora", serif;
}

.colors {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.color1,
.color2 {
  width: 70px;
  height: 50px;
  border-radius: 25px;
  margin: 10px;
}

h3 {
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
