ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
input {
    border: none;
}

div{
    box-sizing: border-box;
    font-family: "modeng";
}