#main_container{
    margin-top: 60px;
}
#localization{
    height: 150px;
    width: 400px;
    position: relative;
}
#ribbons{
    position: absolute;
    left: 0;
    top: 0;
}
#localization_text{
    z-index: 100;
    position: absolute;
    color: black;
    font-size: 24px;
    font-weight: bold;
    left: 150px;
    top: 300px;
}
.bd-footer {
    padding: 4rem 0;
    margin-top: 4rem;
    background-color: #f7f7f7;
}