

body {
    font-family: Rockwell, "system-ui", serif;
    margin: 2rem;
    background-color: #43aa8bff;
    color: #eee;
}
div.hello {
    flex: 1;
    width: 100%;
    height: 100%;
    align-content: center;
}
h1.hello {
    align-content: center;
    text-align: center;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

