*,
*::after,
*::before {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*overflow: hidden;*/
}
h1,
h2,
h3,
h4,
h5,
p,
div {
    margin: 0;
    padding: 0;
    font-family: "RobotoCondensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4E4E4E;
}