.bigbox {
    height:270px;
    width:270px;
    background-color:
    darkseagreen;
    padding:15px;
}

.littlebox {
    height:50px;
    width:50px;
    background-color:
    cornsilk;
}