:not(i) {
    font-family: GilroyMedium;
}
html {
    width: 100%;
}
body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
body::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}
p,h1,h2,h3,h4,h5,h6 {
    margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h3 {
    margin-left: 10px;
}
/* body */
.chunk {
    margin-left: 10px;
}
.bottom {
    min-height: 80vh;
    background: #363636;
    position: relative;
    box-shadow: 0px -2px 2rem rgba(0, 0, 0, 0.2);
}
.bottom > * {
    color: white;
}
p.stuff {
    margin-left: 10px;
    margin-bottom: 30px;
}
.bottom p {
    margin-left: 10px;
}
button {
    outline: none;
    border: 1px solid black;
    border-radius: 1px;
}
