body {
	padding:0;
	margin:0;
	background: rgb(41,42,118);
	background: radial-gradient(circle, rgba(41,42,118,1) 0%, rgba(18,17,53,1) 100%);
}


#container {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.one, .two, .three, .four, .five {
	position:absolute;	
}

.one {
	z-index:10;	
}

.three {
	z-index:-4;	
}

.four {
	z-index:13;
}

.five {
	z-index:12;
}
