﻿* {
    box-sizing: border-box;
}

.box {
    float: left;
    width: 50%;
    padding: 50px;
    text-align: center ;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
    text-align: center;
}
