@import url(common.css);

@media(min-width: 700px) {
    .header {
        width: 50%;
    }
    
    .header1 {
        float: left;
    }
}

@media(max-width: 700px) {
    .header {
        width: 100%;
    }
}


