#refresh-page-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#refresh-page-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
