.filezilla{
    font-weight: bold;
    color: red;
}
.bold{
    font-weight: bold;
}
table{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
td{
    border: 1px solid white;
    width: 7%;
}
.red{
    color: red;
}
.bggray{
    background-color: #5c5b5b;
}
.green{
    color: greenyellow;
}