.bigbox {
                height:225px;
                width:2225px;
                background-color:royalblue;
                padding-top:1px;
            }
.littlebox {
                height:100px;
                width:100px;
                border-radius:50px;
                background-color:cornflowerblue;
            }
.lilboxone {
                height:65px;
                width:200px;
                background-color:cornflowerblue;
            }

.lilboxtwo {
                height:65px;
                width:200px;
                background-color: lightskyblue;
            }
.bigtypebox {
                height:425px;
                width:2225px;
                background-color:mediumblue;
            }

@media screen and (min-width:400px){
    .class {
    }
}

