body {
    background: #a0dbf5;
    margin: 0;
}

#message {
    font-family: sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 5vw;
    position: absolute;
}

#svg-container {
    height: 100vh;
    width: 100vw;
}

svg {
    overflow: visible;
    position: absolute;
    z-index: 0;
}

p.drag-mode {
    position: absolute;
    z-index: 1;
    font-size: 1.5vw;
    padding: .8em;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    top: 95vh;
    left: 2vw;
}

p.drag-mode:hover {
    font-style: italic;
}