body{
    background-color: #111111;
}

h1 {
    font-family: 'Helvetica', sans-serif;
    font-size: 20pt;
    text-align:left;
    color:white;
}

h2 {
    font-family: 'Helvetica', sans-serif;
    font-size: 12pt;
    text-align:left;
    color:white;
}

h3 {
    font-family: 'Helvetica', sans-serif;
    font-size: 20pt;
    text-align:left;
    color:white;
}

a {
    text-decoration:none;
font-family: 'Helvetica', sans-serif;
    color:white;
}
 
a:hover {
    color:lightblue;
}
 
p { 
text-align: center;
font-family: Helvetica; 
font-size: 14pt;
}

#footer {
    background-color: dimgrey;
    padding: 0px 0px;
    width: 96%;
	border-radius: 10px;  
    align-content: center;
    position: fixed;
    bottom: 0;
    margin:10px;
}