html{
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background-color: rgb(31, 31, 31);
    color: #e0e0e0;
}
header{
    border-bottom: 1px solid #333;
}
footer{
    border-top: 1px solid #333;
}