
body {

    background-color: black;  
  
}


h1  {
    color:  black;
    font-family: trattatello;
    background-color: silver;
    width: 800px;
}

h2 {
    color: silver;
}

h3 {
    color:silver;
  font-family: trattatello;
    
}

h4 {
    color: silver;
}

th {
    color: silver;
    font-size: 50px;
  font-family: trattatello;
    
}


p {
    color: silver;
    
}

a {
    color: silver;
  font-family: trattatello;  
  font-size: 50px;
}

#email {font-size: 40px;}

footer {
    color: silver
      font-family: trattatello;;
}

