body {
    width: 100%;
    background-color: #0dcaf0;
}

body a{
    color: red;
    text-decoration: none;
}

.fixed_size_button{
    width: 10rem;
    margin-bottom: 0.25rem;
}

.task_button{
    height: 8.5rem;
}

.task_text{
    height: 3.6rem;
}

.question_image{
    max-width:15rem;
    max-height:15rem;
}

.question_response_button{
    width: 9rem;
    height: 8rem;
    font-size: 1.1rem;
    overflow: hidden;
    word-wrap: break-word;
}

.eval_img{
    max-width:2.5rem;
    max-height: 2.5rem;
}

.floated_left{
    float:left;
}