* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    background-color: transparent;
    border: none;
    outline: none;
}

body {
    width: 100%;
    height: 100vh;
    overflow: auto;
}

html,
body,
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

button,
a {
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.policy__link:link,
.policy__link:visited {
    color: inherit;
}

button:disabled {
    opacity: 50%;
}
