*, *::before *::after {
    box-sizing: border-box;
}

body {
    background: #C9C4C4
}

div {
    text-align: center;
}