.main-block-container {
    width: 100%;
}
.mpContainer{
    width: 100% !important;
    max-width: unset !important;
    margin: unset !important;
    padding: unset !important;
}
.page-header, footer, footer.footer-beige {
    background-color: var(--beige-colour);
    border: 6px solid var(--beige-colour);
    width: 100%;
}

.div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}
th, td {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.div1 {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.description {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 1rem;
}
.div2 {
    background-color: rgba(248, 225, 148, 0.25);
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.title {
    font-family: "multicolore", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    border-bottom: #9a5924 0.1rem solid;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
}


/* Defining for mobile*/
@media only screen and (max-device-width: 768px) {
    .tg{
        width: 100% !important;
    }
.tg td{
        font-size: x-small !important;
    }
}