body {
    margin: 0;
    font-family: Arial, sans-serif;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}