.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: black;
}


/* */
.player-card h1 {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 26px;
}

.player-card p {
    font-weight: 700;
    font-size: 13px;
    margin-top: 2px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: grey;
}

.player-card {
    display: flex;
    align-items: center;
    gap: 40px;
}

.left .player-card {
    justify-content: flex-end;
}

.icon {
    background: #ececec;
    width: 55px;
    height: 55px;
    border-radius: 12px;
}

.left .icon {
    order: 5;
}
div#view {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #e3e3e3;
}

body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

div#header {
    min-height: 110px;
    background: #ffffff;
}

div#below-header {
    box-shadow: 0 15px 30px -12px rgb(0 0 0 / 0.05);
    background: #f1f1f1;
    height: 76px;
}

div#content {
    flex: 1;
    padding-bottom: 30px;
}

div#foot {
    height: 250px;
    background: lightgrey;
}
a#logo img {
    max-width: 190px;
}

a#logo {
    display: inline-block;
    margin-bottom: -130px;
}

div#header > .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#header {
    display: flex;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1200px;
}
div#header > .container:before,div#header > .container:after {
    display: none;
}

div#header > .container {
    gap: 100px;
}

div#header > .container .left,div#header > .container .right {
    flex: 1;
}

#header .left {
    text-align: right;
}

.player-card h1, .player-card p {
    margin: 0;
}

.player-card {
    position: relative;
    top: 5px;
}
.card-grid {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.card {
    background: white;
    padding: 30px;
    min-height: 225px;
    border-radius: 20px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.03), 0 8px 10px -6px rgb(0 0 0 / 0.03);
}

div#content {
    padding-top: 30px;
}

#foot {background: #1b1917;}
#foot .top {display: flex;align-items: center;padding: 40px 0px;border-bottom: 2px solid #0000000a;}
#foot .top h1 {margin: 0;line-height: 1;font-size: 28px;text-transform: uppercase;font-weight: 900;}
#foot .top .right {margin-left: auto;display: flex;gap: 30px;}
#foot .top .right a {color: grey;font-weight: bold;font-size: 13px;text-decoration: none !important;}
#foot .middle {display: flex;align-items: center;padding: 35px 0px;color: #929292;font-weight: bold;font-size: 12px;}
#foot .middle .text {line-height: 1.65;}
#foot .middle .text > span {color: #787878;font-size: 14px;}
#foot .middle .text > span strong {color: #000000;}
#foot .watermark {width: 48px;margin-left: auto;}
#foot .watermark path {fill: #2e2e2e;}