﻿#toast-copy {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px;
    background-color: #333;
    color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    font-size: 16px;
    z-index: 9999;
}