.mainbackground
{
    background:#1b365e; 
    color:white; 
}

.TextImgContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.TextBox {
    max-width: 700px;
    align-self: center;
}

.BigTextBox {
    max-width: 800px;
    align-self: center;
}

.TextL {
    text-align: left;
}

.TotalEntre {
    padding: 5em 3em 5em 3em;
    background-color: #ededed;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.FrtButton {
    display: flex;
    justify-content: center;
}

.FrtButton a {
    text-decoration: none;
    background-color: #eda615;
    color: #fff;
    padding: 1em;
    margin: 1em;
}