.htmlCode {
   border: 1px solid #888;
   background-color: #f0f0f0;
   margin-block: 0.5em;
   padding: 0.5em;

   -webkit-user-select: all;
   -moz-user-select: all;
   user-select: all;
}
