@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);
*,
*::before,
*::after {
    margin: 0;
    padding: 0;

}

body {
    font-weight: 300;
    color: #f9f7f6;
    line-height: 1.6;
    background-color: #F0F0F0;
    font-family: "Roboto", sans-serif;

}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}
