@import url('https://fonts.googleapis.com/css?family=Homemade+Apple');

body {
  margin-top: 5em;
  background-color: #2AEBF6;
}

h1 {
  font-family: 'Homemade Apple', cursive;
  font-size: 72px;
  color: #921676
}

.eggs {
  margin: 1em auto;
  text-align: center;
}

.egg {
  width: 140px;
  height: 200px;
  margin: 1em auto;
  border-radius: 50%/60% 60% 40% 40%;
  overflow: hidden;
  display: inline-block;
}

.stripe {
  height: 20%;
}

.stripe:not(:first-child) {
  border-top: 2px solid #fff;
}

.stripe:nth-child(1) {
  background-color: #ffccff;
}

.stripe:nth-child(2) {
  background-color: #cc99ff;
}

.stripe:nth-child(3) {
  background-color: #663399;
}

.stripe:nth-child(4) {
  background-color: #ff6699;
}

.stripe:nth-child(5) {
  background-color: #CF1259;
}