.main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #310D20;
    border-bottom: 10px solid #000;
    padding: 10px 20px;
}