* {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

header {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}

header img {
    height: 24px;
    object-fit: cover;
}

@media (min-width: 481px) {
    .navbar {
        padding: 16px;
    }
}

.mid-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin: auto 64px;
}

.marhey-regular {
    font-family: "Marhey", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.marhey-bold {
    font-family: "Marhey", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@media (min-width: 1441px) {
    .mid-content-wrapper {
        max-width: 1440px;
    }
}

@media (min-width: 1921px) {
    .header-inner-div {
        margin: 20% 20%;
    }
}

.d-none {
    display: none;
}