/* Reset CSS */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    background: none;
    cursor: pointer;
    border: none;
}
