html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-height: 100vh;
    background: #f0f0f0;
    margin: 0;
    display: grid;
}

div {
    width: 33vw;
    min-height: 100px;
    background: #ffffff;
    padding: 1.5em;
    place-self: center;
    border: 1px solid #c0c0c0;
    border-radius: 1.25em;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

h1, p {
    font-size: 2.5em;
    text-align: center;
    padding: 0.5em 1.5em;
}

p {
    font-size: 1.25em;
    font-weight: 600;
}

ul {
    list-style-type: none;
}

li {
    margin-top: 0.5em;
}