body {
    box-sizing: border-box;
    font-family: 'texto_regular', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
    overscroll-behavior: contain;
}
a {
    color: inherit;
    position: relative;
    text-decoration: none;
}
img {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
}
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    outline: none;
    padding: 1em 2em;
    text-align: center;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}