.area {
    border: aqua 1px solid;
}

#layout, body, html, input {
    font-family: "Prompt",sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    scroll-behavior: smooth;
    height: 100%;
    color: #151721;
}
