.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%;
}
.medalButton {
    background-color: #FEEDDB !important;
    border-color: var(--beige-colour) !important;
    display: block;
    width: 50%;
    margin: auto;
    margin-left:25%;
}
.medalButton:hover {
    color: white;
    background-color: var(--palette-orange) !important;
}


.div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.div1 {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.description {
    margin-bottom: 50px;
    padding: 1rem;
}
.div2 {
    background-color: rgba(217, 195, 147, 0.3);
    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;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
}


/* Defining for mobile*/
@media only screen and (max-device-width: 768px) {
    #improvePic {
        flex-direction: column;
    }
}