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

body {
    font-family: monospace, sans-serif;
    font-size: 11px;
    line-height: 1.3;
}

.centered-text {
    padding: 10px;
    text-align: center;
}

a {
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

::selection {
    background-color: #2b00ff;
    color: #fff;
}