*{
    box-sizing: border-box;
}

div{
    margin: 30px auto;
    padding: 10px;
    width: 40%;
    border: 3px dotted pink;
    background-color: lemonchiffon;
    justify-content: center;
}