﻿.center-xy {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

html, body {
    font-family: 'Syne Mono', monospace;
    font-size: 16px;
}

html {
    box-sizing: border-box;
    user-select: none;
}

body {
    background-color: #fff;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.container {
    width: 100%;
}

.copy-container {
    text-align: center;
}

p {
    color: #000;
    font-size: 24px;
    letter-spacing: .2px;
    margin: 0;
}