* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    scroll-behavior: smooth;
    font-variation-settings:
    "wdth" 87.5;
}

body {
    padding: inherit;
}

ul,
li {
    list-style-type: none;
}

.hide {
    display: none !important;
}

.block {
    display: block !important;
}

.flex {
    display: flex;
}

.flex-w {
    display: flex;
    flex-wrap: wrap;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.cur-point {
    cursor: pointer;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.center-absolute {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

img {
    display: block;
}

.mtb-075rem {
    margin: 0.75rem 0;
}

button {
    padding: 0.5rem;
}

.overflow-hidden {
    overflow: hidden;
}

h1 {
    margin: 0;
}
/* Reset Blogger CSS */
.section {
    margin: 0;
}

.widget ul {
    padding: 0;
    margin: 0;
    line-height: normal;
}

.widget li,
.BlogArchive #ArchiveList ul.flat li {
    padding: 0;
}

.widget {
    line-height: normal;
}
