#reloadButton {
    position: fixed;
    top: 8px;
    left: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700px;
    background-color: #663399;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 8px 10px rgba(252, 1, 1, 0.5);
    transition: 0.3s;
}

#reloadButton:hover {
    background-color: #0056b3;
}
