@import url("../../styles/common.css");

body .foo {
    background-color: #ccc;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    text-align: center;
}
