*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}
a{
    text-decoration: none;
}
li{
    list-style-type: none;
}