html, body {
    margin: 0;
    text-align: center;
    background-color: #2C2131;
    color: #fed;
    height: 100%;
    font-size: 16px;
    font-family: "Noto Sans";
    align-content: center;
}

textarea {
    margin: 0;
    font-family: "Noto Sans";
    background-color: #fed;
    width: 65%;
    padding: 16px;
    font-size: 100%;
    line-height: 1.25;
}

.interface {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.one {
    align-content: center;
    flex: 1;
}

.two {
    align-content: center;
    flex: 2;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
