*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
    &:visited{
        color: inherit;
    }
}
li{
    list-style-type: none;
}
body{
    width: 100%;
    /* overflow-x: hidden; */
}
.row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}