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