* {
    margin: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    text-align: center;
}

body {
    font-family: monospace;
    font-size: 14px;
    line-height: 1.25;
    -webkit-text-size-adjust: 100%; /* Prevents Safari from auto-resizing text. */
    background-color: aliceblue;
    color: grey;
    cursor: crosshair;
}

.mist{
    background-image: url(https://helpx.adobe.com/content/dam/help/en/substance-3d/documentation/sddoc/files/159450690/159452286/1/1499697865194/clouds-1-ex.gif);
    z-index: 99;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 1;
    mix-blend-mode: screen;
    pointer-events: none;
    opacity: 0.6;
}

.flush{
    padding: 2rem;
    transform: scale(2);
}

.sea{
    background:#cce8eb92;
    color:#6b86ff;
    white-space: pre;
    border-radius: 100%;
    padding: 3rem;
    width: 600px;

    margin: 3rem auto;
    box-shadow: 0 0 300px #cce8eb,0 0 300px #cce8eb,0 0 300px #cce8eb;
}