#top_ribbon {
    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#top_ribbon_container {
    width: 90%;
    height: fit-content;
}
