* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: 'Barlow', sans-serif;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #FFF;
}

a:visited {
    color: #FFF;
}