.container {
    /* remember to set a width */
    margin: 100px auto !important;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}
.section {
        margin-bottom: -5rem !important;
        margin-top: 1rem;
        word-wrap: break-word;
}
.body{
    background-image: url("../admin/images/Earth.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
}
.nav-brand{
    margin: 0.5rem;
    margin-right: 3rem;
    margin-left: 0rem;
}

.collapsible-body .inline{
    margin-top: 1rem;
}

.col.sm-12 .form-group{
    display: flex;
}

.table{
    display: grid;
}

@media(max-width:991px){

    .text-center h1{
        font-size: 3rem;
    }

}
