*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: "inter" sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;

}
html{
    font-size: 62.5%;
}
a{
    text-decoration: none;
    color: rgb(26, 28, 31);
}
li{
    list-style: none;
}