@charset "UTF-8";

html * {
	font-family: Arial, sans-serif;
}

body {
 background:  #ebf5fb; 
  overflow-x: hidden;
	margin-left: 20vw;
	margin-right: 20vw;
	text-align: justify;
  text-justify: inter-word;
}
