* {
    text-decoration: none;
}
body {
    margin: 0px;
}
.footer-bar {
    font-family: 'Poppins';
    color: white;
    background-color: black;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer-logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logo img {
    width: 160px;
}
.footer-genral {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer-title {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
}
.footer-genral a {
    font-size: 16px;
    text-decoration: none;
    color: white;
    padding-bottom: 5px;
}
.footer-genral a:hover {
    color: #FEBD2D;
}
.footer-token {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer-token a {
    font-size: 16px;
    text-decoration: none;
    color: white;
    padding-bottom: 5px;
}
.footer-token a:hover {
    color: #FEBD2D;
}
.footer-contact {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.footer-contact a {
    color: white;
    padding-bottom: 5px;
}
.footer-contact a:hover {
    color: #FEBD2D;
}
.footer-socials {
    height: 40px;
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 14px;
}
.footer-socials a img {
    width: 35px;
    margin: 5px;
}
.footer-socials a img:hover {
    opacity: 0.6;
}