.icon-tradepeeker {
    height: 64px !important;
    width: 64px !important;
    filter: drop-shadow(0px 0px 9px #496277);
    transition: all 250ms;
}

.icon-tradepeeker:hover {
    transform: scale(1.0248) rotate(-5deg) skew(1deg, 0deg);
    filter: drop-shadow(0px 0px 4.5px #198ab088) saturate(1.3) hue-rotate(9deg);
}

html {
    margin: 0 !important;
    padding: 0 !important;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif !important;
}

a {
    text-decoration: none;
    color: rgb(0, 89, 255);
    transition: all 450ms;
}

footer a {
    text-decoration: none;
    color: white;
    transition: all 450ms;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: wavy;
    filter: invert(1) blur(1);
}