.flexbox-container{
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #ec0735;
    flex-wrap: wrap;
}

.flexbox-item {
    background-color: #ec0735;
    height: 50px;
}

#navbar {
    background-color: #ec0735;
}

#botom-image {
    height: 450px;
    padding-bottom: 15px;
    width: 1300px;
}