*{
	background-color: rgb(104,205,213);
	color: white;
}

p{	
	display: flex;
	justify-content: center;
	margin: 3em 1em;
	font-size: 1.6em;
}

.re{
	width: 66%;
}

.header{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 4em;
}

.return{
	display: flex;
	justify-content: flex-start;
}

.bottom1{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.bottom2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

