html {
    overflow-x: hidden
}

body {
    font-family: Lato, sans-serif;
    margin: 0;
    background-color: #262626
}

a {
    text-decoration: none;
    color: white;
}

b {
    font-size: 24px;
}

.card {
    z-index: 1;
    position: relative;
    width: 300px;
    height: 375px;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #1a1a1a;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 25px;
}

.banner {
    z-index: 2;
    position: relative;
    margin-top: -154px;
    width: 100%;
    height: 150px;
    background-image: url(banner.jpg);
    background-size: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.photo {
    z-index: 3;
    position: relative;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-color: #000;
    margin: 0 auto;
    background-position: 50% 50%;
    top: 75px;
    left: 25%;
    -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, .3)
}

.card ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
    margin-top: 87px;
    margin-bottom: 30px;
    font-size: 20px
}

.card i {
    font-size: 25px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 150px;
    width: 300px;
    text-align: left;
}

.social-media-banner {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    display: block;
    text-align: center;
    font-size: 0px;
}

.social-media-banner a i {
    display: inline;
    width: auto;
    margin-right: 15px;
    margin-left: 10px;
}

.gradient {
    background: -webkit-linear-gradient(70deg, rgba(92, 103, 229, 100) 20%, rgba(240, 61, 91, 100) 80%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
}

.gradient a i:hover {
    background: rgba(0, 0, 0, 0.4);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
}
