.color-mcf{
    color: rgb(64 159 145);
}
.size-full{
    width: 100%;
    height: 100%;
}	

.bg-neutral-600{
    background-color: rgb(82 82 82 / 80%)
}

.notice-pop{
    width: 24rem; /* 384px */
    height: 20rem;
    background-color: white;
    display: grid;
    text-align: center;
}
.notice-logo{
    margin: auto;
}

.notice-button{
    margin: 0 10px;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px 20px;
}

.icon-instagram {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    position: absolute;
    bottom: 2px;
    right: 2px;
    z-index: 10;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0,0,256,256"><g fill="%23ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(5.12,5.12)"><path d="M16,3c-7.16752,0 -13,5.83248 -13,13v18c0,7.16752 5.83248,13 13,13h18c7.16752,0 13,-5.83248 13,-13v-18c0,-7.16752 -5.83248,-13 -13,-13zM16,5h18c6.08648,0 11,4.91352 11,11v18c0,6.08648 -4.91352,11 -11,11h-18c-6.08648,0 -11,-4.91352 -11,-11v-18c0,-6.08648 4.91352,-11 11,-11zM37,11c-1.10457,0 -2,0.89543 -2,2c0,1.10457 0.89543,2 2,2c1.10457,0 2,-0.89543 2,-2c0,-1.10457 -0.89543,-2 -2,-2zM25,14c-6.06329,0 -11,4.93671 -11,11c0,6.06329 4.93671,11 11,11c6.06329,0 11,-4.93671 11,-11c0,-6.06329 -4.93671,-11 -11,-11zM25,16c4.98241,0 9,4.01759 9,9c0,4.98241 -4.01759,9 -9,9c-4.98241,0 -9,-4.01759 -9,-9c0,-4.98241 4.01759,-9 9,-9z"></path></g></g></svg>')
}

.cover_image {
    width: 100%;
    height: auto;
    visibility: hidden;
}

.instagramImageCover {
    background-position: center center;
    background-size: cover;
}

.static-container h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.static-container h3{
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.static-container ul{
    padding-left: 30px;
    padding-top: 10px;
    list-style:circle;
}