* {
    background-color:#6495ed;
    box-sizing: border-box;
}





#wrapper {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


#the_column {
    width: 45%;
    outline: 2px solid black;
    padding: 3%;
    float: left;
}


img {
    width: 60%;
}