

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* background-color: #131313; */
    font-family: 'Montserrat', sans-serif;
}

.body-struct {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.body-look {
    background: -webkit-linear-gradient(to right, #00bf8f, #001510);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00bf8f, #001510); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bodyarea-div {
    display: flex;
    flex-direction: row;
    flex-basis: 85%;
    /*background-color: #a2d3b8; just for contrasting during dev */
    /* background-color: #ade0b5; */
    padding-bottom: 20px;
    min-height: 86vh;
    height: fit-content;
}

    .ahpapp-body-area-div {
        width: 100%;
        height: fit-content;
    }
