/*this page controls colors, backgrounds, and writing*/
body {
background-color:black;
font-size:50px;
font-family:serif, sans-serif,tahoma,arial, times new roman;
color:#7A0000
}
p.one{
color:#7A0000;
border:15px double #7A0000; border-radius:50px;
margin-left:50px;
margin-right:50px;
padding:15px;
}