/* Universal */
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* HTML */
html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: white;
    font-family: 'Blu', sans-serif;
}
/* HEADING */
h1,
h2,
h3,
h4,
h5,
h6 {

}
a {
    display: block;
    text-decoration: none;
    color: inherit;
}
button {
    border: none;
    margin: 0 auto;
    padding: 10px 24px;
}
ul {
    list-style: none;
}
li {
    display: inline-block;
}
@media  (max-width: 847px) {
    
/* BODY */
body {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: white;
    font-family: 'Blu', sans-serif;
}
/* HEADING */
h1,
h2,
h3,
h4,
h5,
h6 {

}
a {
    display: block;
    text-decoration: none;
    color: inherit;
}
button {
    border: none;
    margin: 0 auto;
    padding: 10px 24px;
}
ul {
    list-style: none;
}
li {
    display: inline-block;
}
}