






.emblem {

text-align:bottom;

}

body {
background-color: black;
color:white;
}

h1 {
text-align:center; 
color:magenta; 
font-family:Times new Roman, serif;
font-size: 98px;
}
p{
text-align: left; 
color:white;
font-family:Tahoma,serif;
font-size: 32px;}

nav  {
text-align: center; 
color:yellow; 
font-family:calibri; 
font-size:48px;

}

nav a{
color:yellow;
}

footer{
position:fixed;
bottom:0;
width: 100%;
}



