*{
    margin: 0px;
}
.content{
    width: 100%;
}
html, body {
    height: 100%;
    background-color: #EEEEEE;
  }
body{
    font-family: Arial, sans-serif; /* Font family */
    font-weight: 400;
    font-style: normal;
}
a[href^="mailto:"] {
    color: inherit; /* Use the color inherited from the parent element */
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal; /* or 400 */
}


.editable {
    user-select: text; /* or auto */
    white-space: pre-wrap;
  }




  