body{
    background-color: black;
    color:white;
}
header{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
section{
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
p{
    margin: 10px;
}
#firstpart {
    margin-top: 60px;

}
#secondpart {
    margin-top: 40px;

}
footer{
    text-align: center;
    font-size: 15px;
    margin-top: 80px;
    font-family: 'Courier New', Courier, monospace;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
