html, body {
    box-sizing: border-box;
    margin: 0!important;
    padding:0 !important;

}

html {
    background-color: #BDBCB7;
    font: medium 13px 'Raleway';
}

ol, ul, a, p h1, h2 {
    list-style: none;
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button, input {
    border-width: 0;
    appearance: none;
    background-color:transparent;
}

