*, *::before, *::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}