body {
    
    box-sizing:                 border-box;
    font-family:                'texto_regular', sans-serif;
    font-size:                  1em;
    margin:                     0;
    overflow-x:                 hidden;
    overscroll-behavior:        contain;
    padding:                    0;
    position:                   relative;
    z-index:                    0;
    
}
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;
    
}