html{

min-height:100%;

}

body{

min-height:100%;

}

.abig{

display:block;
width:100%;
height:100%;

}

.clr{

width:100%;
clear:both;

}

.flex{

display:flex;

}


