		body {
			background-color: burlywood;
			font-family: trebuchet ms, sans-serif;
		}
		.phrase {
			cursor: pointer;
		}
		.meaning {
			background-color: cornsilk;
		}
		h1 {
			text-align: center;
			font-family: trebuchet ms, sans-serif;
		}
		h2 {
			text-align: center;
			font-family: trebuchet ms, sans-serif;
		}
		h3 {
			text-align: center;
			font-family: trebuchet ms, sans-serif;
		}
		p  {
			text-align: center;
		}
		div {
			text-align: center;
			width: 500px;
			margin: auto;
			border: 3px solid #73SD21;
		}
		
		
		
