*{
    box-sizing: border-box;
}

div{
    width:  30%;
    margin:  20px auto;
    border: 10px;
    background-color: orange;
    padding: 20px;
}