.red{
    background-color: red;
    color: white;
}
td,
th{
    border-width: 1px;
    border-color: grey;
    border-style: solid;
}
.short {
    height: 300px;
    width: 200px;
    margin-top: 110px;
}
.big_row{
    height: 100px;
}
.title{
    font-size: 80px;
}
.center{
    text-align: center;
}
.td_top{
    vertical-align: top;
}
.td_bottom{
vertical-align: bottom;
}


* {
    font-family: Arial, Helvetica, sans-serif;
}
.medium_row{
    height: 50px;
}