/* body {
    background-color: #013B52 !important;
} */

html,
body {
    height: 100%;
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #013b52 !important;
}

.container {
    height: calc(100vh - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-background {
    width: 83%;
    height: 86.3%;
    /* Background image */
    background-image: url("/images/background-alamtri.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: absolute;
    /* z-index: -1; */
    /* overflow: hidden; */
}

.sidebar-background {
    background-image: url("/images/sidebar-alamtri1.jpeg"); /* Adjust path as needed */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
