.website_title{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 200%;
    display: flex;
    justify-content: center;
}

body{
    background-color: rgb(34, 34, 34);
}
.row{
    display: flex;
    justify-content: center;
}
td{
    color: white;
}
th{
    color: white;
}
.download{
    display: flex;
    justify-content: center;
    color: white;
}