.main-header {
    display: flex;
    justify-content: space-between;
    background-color: #3A4042;
    padding: 10px 20px;
    border-bottom: 10px solid #000;
}