html, body {
    height: 100%;
}

body {
    font-family: "Source Sans Pro", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/bg-41023ddca0a828e0c35c9ec219b4aeda.webp");
    background-repeat: no-repeat;
    background-size: cover;

    font-weight: 300;
    letter-spacing: 4px;
}

.header {
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.8);
    color: rgba(165, 165, 165);
}

.main {
    background-color: #fff;
    border-radius: 5px;
    padding: 75px 25px;
    text-align: center;

    color: #414f57;
    font-weight: 400;
    text-transform: uppercase;

    display: inline-flex;
    flex-direction: column;

    width: fit-content;
    margin: auto;
}


.main h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    padding-bottom: 10px;
}

.main h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.main > section:not(:first-child) {
    padding-top: 30px;
}

.main .photo img {
    border-radius: 50%;
    height: 125px;
}

.main svg {
    height: 50px;
    width: auto;
}

.main .profile-index div.main section.links {
    box-sizing: border-box;
    height: 100px;
    padding-bottom: 12.5px;
    padding-top: 37.5px
}

.main .profile-index div.main section.links a {
    display: inline-block;
    margin: 0 7.5px;
    text-decoration: none
}

.main .links span, .main .links a {
    text-decoration: none;
}

.main .links span svg, .main .links a svg {
    height: 50px;
    width: auto;
    fill: #c8cccf;
}

.main .links span svg:hover, .main .links a svg:hover {
    fill: #414f57
}
