body {
    font-family: "Roboto", sans-serif;
}

textarea {
    width: 500px;
    height: 400px;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
    background: #f9f9f9;
    font-family: monospace;
}

a {
    color: rgb(0, 0, 255);
}

a:visited {
    color: rgb(0, 0, 255);
}