
header{
    width:100%;
    margin:10px;
    background-color:#dddddd;
    border:solid 1px ;
    text-align:center;
}

body{
    box-sizing:border-box;
    font-size:1.2rem;
    line-height:1.5em;
    text-align:left;
}


.container{
    
    
}
.box{
    background-color:#ccc;
    
}

.box1{
    
}

.box2{
    margin:2%;
    
}

.box3{
    padding: 2em;
}

.box4{
    border:solid red 2px  ;
     padding: 2em;
}

.box5{
    border:solid #dd5735 1px ;
    width:60%;
}

.box6{
    border:solid #dd5735 1px;
    width:60%;
}





footer{
    width:100%;
    height:200px;
    border:solid black 1 px;
    background-color:#dddddd;
    text-align:center;
}