body {
  padding: 0;
  margin: 0;
  background-color:#DDFFF7;
}
h3{
 font-family: 'Allan'; 
  margin-left:350px;
  margin-top:-60px;
}

.container {
  background-color:white;
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
background-color:#DDFFF7;
}

.stripe1 {
  background-color:#ff0000 ;
  height: 250px;
  width: 500px;
  border-radius: 275px 275px 0 0;
  position: relative;
  
  
}

.stripe2 {
  background-color: orange;
  height: 230px;
  width: 460px;
  top: 20px;
  left: 20px;
  border-radius: 275px 275px 0 0;
  position: relative;
  
}

.stripe3 {
  background-color: yellow;
  height: 210px;
  width: 417px;
  top: 20px;
  left: 20px;
  border-radius: 275px 275px 0 0;
  position: relative;
 
}

.stripe4 {
  background-color: green;
  height: 190px;
  width: 375px;
  top: 20px;
  left: 20px;
  border-radius: 275px 275px 0 0;
  position: relative;
 
}
.stripe5 {
  background-color: blue;
  height: 170px;
  width: 335px;
  top: 20px;
  left: 20px;
  border-radius: 275px 275px 0 0;
  position: relative;
  
}

.stripe6 {
  background-color: indigo;
  height: 150px;
  width: 295px;
  top: 20px;
  left: 20px;
  border-radius: 275px 275px 0 0;
  position: relative;
   
}

.stripe7 {
  background-color:#ee82ee;
  height: 130px;
  width: 255px;
  top: 20px;
  left: 20px;
  border-radius: 275px 275px 0 0;
  position: relative;
  
}

.stripe8 {
  background-color:#DDFFF7 ;
  height: 110px;
  width: 215px;
  top: 20px;
  left: 20px;
  border-radius: 275px 275px 0 0;
  position: relative;
  
 
}

.cloud-container {
  position: absolute;
  display: flex;
  top: 280px;
}

.cloud {
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  position: relative;
  margin-left: -23px;
}

.cloud-small {
  width: 80px;
  height: 75px;
  left:150px;
  top:110px;
}

.cloud-big {
  width: 125px;
  height: 100px;
  left:50px;
  top:110px;
}

.cloud-small::before {
  content: '';
  position: absolute;
  left: -55px;
  top:-20px;
  width: 120px;
  height: 75px;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
}

.cloud-big::before {
  content: '';
  position: absolute;
  left: 100px;
  top: 0px;
  width: 150px;
  height: 105px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
}