* {
    margin: 0;
    padding: 0;
    line-height: 120%
}

*,
*::before,
*::after {
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #191919
}

a:hover {
    color: #191919
}

img,
svg,
video,
picture {
    display: block;
    max-width: 100%
}

img::-moz-selection,
svg::-moz-selection,
video::-moz-selection,
picture::-moz-selection {
    background-color: rgba(0, 0, 0, 0)
}

img::selection,
svg::selection,
video::selection,
picture::selection {
    background-color: rgba(0, 0, 0, 0)
}

img::-moz-selection,
svg::-moz-selection,
video::-moz-selection,
picture::-moz-selection {
    background-color: rgba(0, 0, 0, 0)
}

input,
textarea,
button,
select {
    font: inherit
}

html {
    font-size: 12px
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;;
    min-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: #fff;
    background-color: #fff;
    color: #191919
}

body::-webkit-scrollbar {
    width: .5rem
}

body::-webkit-scrollbar-thumb {
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 100vw
}

body::-webkit-scrollbar-track {
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 100vw
}

p,
a {
    font-size: 1.1em;
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Prompt", sans-serif;
    font-weight: 400
}

html:has(:modal) {
    overflow: hidden;
    -webkit-padding-end: .5rem;
    padding-inline-end: .5rem
}

.container {
    max-width: 90%;
    margin: auto;
    padding: 0
}

#mainContainer {
    /* margin-top: 6rem */
    min-height: 100vh;
    max-height: 100vh;
    /* min-width: 100vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.csimg{
    /* min-height: 74vh;
    max-height: 74vh; */
    /* top: 20vh; */
    position: absolute;
    bottom: 3vh;
    max-width: 50vw;
}

.csimg2{
    max-width: 25%;
}
.csimg3{
    max-width: 22%;
}
.csimg4{
    max-width: 18%;
}
.csimg5{
    max-width: 15%;
}

.bottm{
    position: absolute;
    bottom: 1.5vh;
}

.mbt{
    margin: 0 0 8vh 0;
}
.mbt0{
    margin: 0 0 2vh 0;
}

@media (max-width: 776px) {
    .csimg2{
        max-width: 51%;
    }
    .csimg3{
        max-width: 35%;
    }
    .csimg4{
        max-width: 34%;
    }
    .csimg5{
        max-width: 24%;
    }
    .bottm{
        position: absolute;
        bottom: 1.5vh;
    }
}

@media (max-width: 506px) {
    .csimg2{
        max-width: 72%;
    }
    .csimg3{
        max-width: 59%;
    }
    .csimg4{
        max-width: 54%;
    }
    .csimg5{
        max-width: 29%;
    }
    .bottm{
        position: absolute;
        bottom: 6.670px;
    }
}