footer{
    background-color: var(--blue);
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
}
.Footer-Bottom{
    width: 90%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
}
.Footer-Bottom *{
    display: inline !important;
}
.Footer_RB{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
}
.Footer_Bottom-link{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.Footer_Bottom-link-image {
    display: inline;
    width: 40px;
    display: flex;
    align-items: center;
}
.Footer-Bottom{
    color: white;
}
.Footer_Bottom-disclaimer{
    margin-top: 20px;
    font-size: 15px;
    color: white;
}
