body {
	margin:0 auto;
	width:600px;
	border-radius:7px;
	background-color:#FFC000;
}
:root {
	background-color:lightblue;
}
h1 {
	text-align:center;
	/*font-family:'Segoe UI Light'; */
   font-family:'sans-serif'; 
   color:Indigo;  
}  


table {
	margin:0 auto;
}
img {
	-webkit-transition: border-radius ease-out 0.5s;
}
img:hover {
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
}
p {
	margin:10px;
}