.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #293047;
    padding: 20px;
  width: 800px;
  height: 300px; 
  margin: auto;
}

.tabs-left, .tabs-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tabs-left a, .tabs-right a {
    color: #efe8e6;
    text-decoration: none;
    font-family: Titillium Web;
    font-size: 14px;
}

.flexbox-section {
    display: flex;
    gap: 20px;
}

.flexbox {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #efe8e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Titillium Web;
    font-size: 14px;
}

.flexbox a {
    text-decoration: none;
    color: #293047;
}