body{
	background-color: #000000;
	font-size: 20px;
}

#all{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.container{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:50px;
}

.oval{

  	height: 50px;
 	width: 100px;
 	background-color: #ffffff;
 	border-radius: 50%;
}

.oval2{
	height: 50px;
 	width: 25px;
 	background-color: #5a5b5b;
 	border-radius: 50%;
 	margin-left: -60px;

}