#main {
    color: orange;
    font-size: 30px;
}
.question{
    color: lightseagreen;
    font-size: 18px;
}
.answer{
    color: lightslategray;
    font-size: 18px;
}
table{
    width: 600px;
}
table, td, th{
    border: 1px solid black;
}
*{
    font-weight: bold;
}


