body {
    background: #ffffff;
    animation: mymove 20s infinite;
    color: #000;
    height: 100%;
    width: 100%;
}
div.centered {
    position: absolute;
    top: 50%;
    left: 25%;

    font-size: 20px;
    padding: 5px;
    z-index: 100;

    text-align: center;
}

p {
    font-size: 14pt;
}

:root {
    --pink: lime;
    --hotpink: green;
    --lightpink: lightgreen;
}