body {background-color:black}
h1 {color:white;
font-family:"Times New Roman", Times, serif;
font-size:40px;
text-align:center}
p {color:white;
font-family:"Times New Roman", Times, serif;
font-size:16px;
border-style:outset;
border-width: 6 px;
border-color:darkorange;
border-radius:25px;
outline-color:transparent;
outline-style:inset;
outline-width:thin;
box-shadow: 10px 10px 5px whitesmoke;
margin:auto;
padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;}
a:link {color:orange}
a:visited {color:darkorange}
a:hover {color:yellow}
a:active {color:white}