@charset "UTF-8";

.col1 {
    width: 100%;
}
.col2 {
    width: 100%;
}

.short {
    min-height: 100px;
    height: 100%;
}
.short:hover {
    min-height: 100px;
}
.row {
    width: 100%;
    min-height: 200px;
    height: auto;
    overflow: hidden;
}


.red {
    color: #ce303c;
}
.blue {
    color: #2e78dd;
}



.test0, .test1, .test2, .test3, .test4, .test5, .test6, .test7, .test8, .test9 {
    height: auto;
    width: auto;
    font-style: italic;
    font-family: serif;
    position: relative;
    font-size: 24px;
    width: 100%;
    min-height: 100px;
    height: auto;
    float: left;
    text-align: center;
    color: #d1d1d1;

}
