body { 
    background-color: #303030;
    color: #000;
}

div {
    margin: 2em;
    box-shadow: 2px 2px 3px  #000;
    background: #e28bc5;
    font-weight: bold;
}