@font-face {
    font-family: "Merriweather";
    src: url("./Merriweather-Bold.ttf") format("truetype");
}

body {
    font-family: "Merriweather", sans-serif;
}
body,html,ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none
}
