.top {
    display: flex;
    justify-content: space-between;
    background-color: yellow;
    padding: 50px;
}
.top-left {
    display: flex;
    justify-content: left;
}
.top-left img {
    height: 20px;
    margin-left: 200px;
    
}

.top-center {
    display: flex;
    display: center;
    color: red;
    
}
.top-right {
    display: flex;
    justify-content: right;
    color: orange;
    margin-right:200px;
}