






body {
background-color: black;
color:white;
}

h1 {
text-align:center; 
color:magenta; 
font-family:Times new Roman, serif;
font-size: 98px;
}

h2 {
text-align:left; 
color:magenta; 
font-family:Times new Roman, serif;
font-size: 60px;
}

h3 {
text-align:left; 
color:magenta; 
font-family:Times new Roman, serif;
font-size: 60px;
}



p{
text-align: left; 
color:white;
font-family:Tahoma,serif;
font-size: 32px;
}

nav  {
text-align: left; 
color:yellow; 
font-family:Tahoma,serif; 
font-size:98px;

}
li{
text-align: left;
color: cyan;
font-family:Times New Roman,serif;
font-size:52px;
}
nav a{
color:cyan;
font-size:60px;
}

footer{
color:yellow
text-align:center;
font-size:48px;
font-family:Tahoma,serif;


}


