/* FOOTER */
footer {
    font-family: cursive;
    background-color: #000000;
    color: white;
    position: relative;
	height: 95px;
	clear: both;
    z-index: 3;
}

.credit {
    padding: 5px 0px 5px 0px;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    margin: 0px;
}

.socials, .app {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

a {
    text-decoration: none;
}

.social, .app, .version {
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    transition: all .3s;
}

.social:hover {
    color: #ab54fc;
}

#youtube:hover {
    color: red;
}

#twitter:hover {
    color: #1ea0f3;
}

#twitch:hover {
    color: #914aff;
}

#heart {
    color: red;
    transition: all .5s;
}

#heart:hover {
    color: #ab54fc;
}

#name {
    text-decoration: none;
    color: #ab54fc;
}