html, body {
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
p {
    color: #8c8c8c;
}
a, h1, h2, h3 {
    text-decoration: none;
    color: #4e008e;
}
h1 {
    font-size: 2.1rem;
}


ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    border: none;
    background: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}
