* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
}
.row {
    //background:rgb(236, 240, 245);
}
body {
    margin: 0 auto;
    font-family: Roboto;
    background:rgb(236, 240, 245);
}
#content {
    transition: all 2s ease;
    float:left;
    width: 79%;
    background-color:rgb(236, 240, 245);
}
a {
    cursor:pointer;
}