* {
    margin: 0;
    top: 0;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

body {
    background-color: #1B1B1E;
}

p {
    color: #fff;
    font-family: "smart-ui";
}