.wp-footer{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    border-radius: 10px;
    z-index: 52;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.wp-footer a img{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
    border-radius: 15px;
}
header{
    transition: all 0.5s ease;
}
header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}