body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 10px;
}

.roboto-mono-box {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 10;
  font-style: normal;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 250px;
    width: 750px;

    color: rgb(0, 0, 0);

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 10;
    font-style: normal;
}
