*{
       box-sizing: border-box;
       padding: 0;
       margin: 0;
}

body{
       /* overflow-x: hidden; */
       width: 100%;
}

li{
       list-style-type: none;
}

a{
       text-decoration: none;
       color: inherit;
       &:visited{
              color: inherit;
       }
}

.row{
       width: 100%;
       display: flex;
       flex-wrap: wrap;
}