@import url(board.css);

html {
    font-size: 16px;
}
@media (max-width: 768px) {
  html { font-size: 14px; }
}
@media (max-width: 480px) {
  html { font-size: 10px; }
}

body {
    background-color: #7a45ff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Google Sans Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;

    overflow: hidden;
}

p, h1 {
    margin: 0;
}

h1 {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: .1rem;
}
