html, body {
    margin: 0;
    height: 100%;
    background-image: url("/static/images/monni_background_blue_min.png");

}

.main {
    height: 100%;
    padding: 0px !important;
}

.start_page {
    width: 100%;
}

.logo {
    width: 216px;
    height: 264px;
}

.slogan {
    color: white;
    max-width: 30rem;
}

.slogan_text {
    font-size: 50px;
    font-family: "Brush Script MT";
}



.slogan_cont {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    min-height: 80vh;
    padding: 20px;
}

.button_container {
    display: flex;
    white-space: nowrap;
    gap: 10px
}

#why {
    margin-top: 0rem;
    padding: 22px 20px;
    color: white;
    background-color: #212529;
    margin-bottom: 0px;
    text-align: center;
}

#backgrounder {
    background-color: rgba(46,50,53,255);
    margin-top: 1rem;
    padding: 22px 20px;
    color: white;
    margin-bottom: 0px;
    text-align: center;
}

.inline_item {
    display: space-between;
}

.inline_item li {
    list-style: none;
}

.reason {
    font-family: Poppins;
}

.wrapper h2 {
    font-family: Poppins;
    text-align: left;
    font-size: 1.375rem;
    padding-left: 30px;
    font-weight: bold;
}
.wrapper ul {
  max-width
}

.wrapper li {
    font-family: Roboto;
    text-align: left;
    font-size: 1rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

@media only screen and (min-width: 1600px) {
    .wrapper {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .wrapper {
        display: block;
        padding: 20px;
        width: 100%;
    }

    .wrapper h2 {
    font-family: Poppins;
    text-align: left;
    font-size: 22px;
    padding-left: 0px;
    font-weight: bold;
}

}

.why p {
    font-family: Roboto;
    font-size: 1.125rem;
}

@media only screen and (max-width: 600px) {
    .button_container {
        margin-left: 1rem;
        display: block;
        margin-bottom: 4rem;
    }


    #dashboard {
        background-color: #9B1D20;
        margin-left: 0px;
    }

    #invite {
        background-color: #5865F2;
        margin-bottom: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .logo {
        display: none;
    }
}

.reason {
    font-weight: 400;
    font-size: 2.5rem;
}

.reason_h2 {
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 5px;
}

.reason_h2_2 {
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    padding-bottom: 5px;
}

.section {
    display: flex;
    flex-direction: row;
    padding-top: 25px;
}

.reason_cont {
    text-align: center;
    margin: auto;
}

.image {
    margin-left: 90px;
    border: solid;
    border-color: #171b1e;
    border-width: 1.6px;
    border-radius: 3px;
    image-radius: 6px;
}

.image2 {
    margin-right: 90px;
    margin-top: 30px;
    border: solid;
    border-color: #171b1e;
    border-width: 1.6px;
    border-radius: 3px;
    image-radius: 6px;
}

.reason_msg {
    text-align: center;

}

.reason_msg2 {
    text-align: center;
}

.top {
    text-align: center;
    padding-bottom: 26px;
    padding-top: 48px;
}

@media only screen and (max-width: 1100px) {

    .image {
        display: none;
    }

    .image2 {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .reason {
        font-size: 2rem;
    }

    .reason_h2 {
        font-size: 1rem;
    }

    .reason_h2_2 {
        font-size: 1rem;
    }

    .wrapper p {
        font-size: 12px;
    }
}
