body {
	text-align: center;
}

#totDiv {
  visibility: hidden;
}

#corpo {
	margin-top: 100px;
	margin-right: 100px;
	color: white;
	display: flex;
	justify-content: center;
}

.sections {
	margin-right: 30px;
}

#blueInteract, #blueDiv {
	color: #0040ff;
}

#redInteract, #redDiv {
	color: #f00;
}