* {
    outline: 0;
    box-sizing: border-box;
    font-family: Roboto-Medium, sans-serif;
}
a {
    text-decoration: unset;
}
li {
    list-style: none;
}
*, body {
    margin: 0;
}
body {
    /* font-family: Roboto-Regular, sans-serif; */
}
body{
    background: #F6F6F6;
    font-size: 13px;
    color: #4f4f4f;
    line-height: 1.428571429;
}
::-webkit-scrollbar {
    width: 1px;
  }

img{
    /* width:90%;
    height:90% */
}
