html {
    font-size: 14px;
    min-height: 100%;
}

.profilepic {
    float: none;
    align-self: center;
}
.ImgGalleryCont {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
@media (min-width:1040px) and (max-width:1700px) {
    .ImgGalleryCont {
        max-width: none;
        width: 840px;
    }
}
@media (min-width: 1700px) {
    .ImgGalleryCont {
        max-width: none;
        width: 1260px;
    }
}

    .BetterCard {
        margin-right: auto;
        margin-left: auto;
        width: 70%;
        margin-bottom: 20px;
        display: block;
    }

    .BetterCardImg {
        margin: 0px;
        margin-right: 20px;
        margin-left: 0px;
        border: 3px outset;
        height: 400px;
        width: 280px;
    }

div.BetterCardBody p {
    font-size: 1.2rem;
    line-height: 20px;
    font-family: 'aaarghnormal', Arial, sans-serif;
    color: white;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}
div.BetterCardBody span {
    font-weight: lighter;
    color: #0F1111 !important;
}
div.BetterCardBody b {
    font-weight: 700;
    color: black !important;
}





    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }


    html {
        position: relative;
        min-height: 100%;
    }

    .nav-link {
        background-color: transparent !important;
    }

    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }
