.url {
    font-family: monospace;
    user-select: text;
    word-wrap: break-word;
}
.url::before {
    content: '"';
}
.url::after {
    content: '"';
}
