footer {
    position: fixed;
    padding: 1rem 0;
    bottom: 0;
    height: 12%;
    left: 0;
    width: 100%;
    background-color: #fff
}

footer nav ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding: 0
}

footer nav ul li {
    padding: 1rem
}

footer nav ul li a {
    color: #4e4e4e;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center
}

footer nav ul li a:hover {
    color: #ccc
}

footer nav ul li a i {
    font-size: 1.5rem
}

footer nav ul li a span {
    font-size: .8rem
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5
}

.credits-card {
    border: 1px solid #7289da;
    padding: 90px;
    width: 325px;
    text-align: center;
    background-image: url(../images/id.png);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    position: relative;
    margin-top: -500px
}

.credits-section {
    position: relative;
    z-index: 1;
    color: #fff
}

.credits-section h2 {
    margin-bottom: 20px;
    margin-top: 100px
}

.credits-card a {
    text-decoration: none;
    color: inherit
}

.faceContent {
    position: relative;
    border-radius: 50px
}

.spinImg {
    position: absolute;
    left: 42%;
    transform: translate(-50%, -50%)
}