
.top, header{
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.853);
}
.flex-container, li, a{
    display: flex;
    width: 50%;
    height: 30px;
    margin-left: 20%;
    align-items: center;
    justify-content: space-between;
    color: hsl(0, 0%, 0%);
    justify-content: center;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: none;
    

}
.topf{
    width: 100%;
    height: 3px;
    background-color: #286a5569;
}

body{
    margin: 0px;
    background-color: #ffffff;
}

.flex-c{
    display: flex;
    width: 80%;
    height: 100%;
}
.flex-container2{
    display: flex;
    width: 100%;
    height: 936px;
    background-color: #ffcaca;
    align-items: center;
    justify-content: space-evenly;
}
.flex-box{
    width: 25%;
    height: 100%;
    background-image: url(bcside.png);
    background-color: black;
    background-repeat: no-repeat;
    background-size: 100%;
}
.flex-box2{
    width: 75%;
    height: 100%;
    background-image: url(bcreal.png);
    background-color: #286a55;
    background-repeat: no-repeat;
    background-size: 120%;
}