

header {
    background: #ECECEC;
    height: 250px;
    box-shadow: 0 8px 27px #38383854;
}

.header-cover {
    display: flex;
    justify-content: space-between;
    width: 1168px;
    margin: auto;
}

.header__logo {
    padding: 40px 0px;
}

.header__menu {
    display: flex;
    margin-left: auto;
}

.menu__item {
    height: 250px;
    font-size: 33px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
}

a {
    font-family: Segoe UI;
    text-transform: uppercase;
    color: #353535;

}

.header__profile {
    padding: 108px 15px;
    float: right;
}

main {
    font-size: 1.15em;
    width: 1168px;
    margin: 30px auto;
}

main table {
    border-collapse: separate;
    border-spacing: 8px;
}

main table tr {
    background: #fff;
    box-shadow: 0px 1px 6px 0px #aaa;
}

main table tr td {
    padding: 20px;
    font-family: Segoe UI;
}