/*this page controls colors, backgrounds, and writing*/

body {
background-color:teal;
font-size:25px;
font-family:times new roman, arial, tahoma;
color:pink;
} 

p{
color:aqua;
margin-left: 25px;
margin-right:25px;
padding:15px;
} 
