.code {
    font-family: monospace;
    background-color: rgb(240,242,243);
    padding: 0.21rem;
    border-radius: 0.3rem;
}

.pointer {
    cursor: pointer;
}