mail {
    display: inline-flex;
    align-items: center;
    background-color: #f5ecfc;
    border: 2px solid #7D1DD3;
    border-radius: 15px;
    padding: 10px 15px;
    margin: 20px 0;
    font-family: 'Roboto Mono', monospace;
    font-size: 1em;
    font-weight: 500;
    white-space: pre-wrap;
    color: #000;
    box-sizing: border-box; 
}

mail::before {
    content: '\2709';
    font-size: 1.5em;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #000;
}

mail code {
    color: #000;
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    white-space: pre;
}