body{
background:#FAFAD2;
font-family:"Trebuchet MS", Helvetica, Sans-serif;
}
.frontP{
font-size:300%;
width:50%;
min-height:20%;
}

button{
font-size:150% !important;
}

.tableDism, .tableDism td, .tableDism th{
border:1px solid #5F9EA0;
    border-collapse:collapse;
    padding: 0 10px 5px 10px;
}
tr:nth-child(odd){
color: brown;
background:white;
}
tr:nth-child(even){
color: green;
background:white;
}
tr:nth-child(1){
color:black;
background:#FAFAD2;
}
th{
background:#DCDCDC;
}
.tableDism th:nth-child(1), .tableDism th:nth-child(4){
color:red;
}