* {
    font: 400 1rem/1.5 "Poppins", sans-serif;
}

body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #111111;
}

h1, h2, h3, h4, ul, p, blockquote, dd {
    margin: 0px !important;
}

ul {
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

em {
    color: red;
}