
        body {
            background-color: white;
            color: green;
            font-family: Arial, sans-serif;
        }

        .header {
            display: flex;
            align-items: center;
        }

        .upload-box {
            margin: 20px;
            padding: 20px;
            border: 2px double green;
            border-radius: 1em;
            background-color: whitesmoke;
            
        }

        .media-preview {
            margin: 20px;
            display: flex;
            flex-wrap: wrap;
        }

        .media-preview img, .media-preview video {
            max-width: 250px;
            max-height: 250px;
            margin: 10px;
            border: 2px ridge black;
            border-style: double;
            border-radius: 1em;
            cursor: grab;
        }

        .delete-button {
            background-color: green;
            color: white;
            padding: 5px 10px;
            border: none;
            cursor: pointer;
            display: block;
        }
        .Refresh-button
        {
            background-color: green;
            padding: 5px 10px;
            color: white;
            border-radius: 1em;
        }
        .btn_ecran
        {
            background-color: green;
            padding: 5px 10px;
            color: white;
            border-radius: 1em;
            animation: forwards 2s;
            animation: name duration timing-function delay iteration-count direction fill-mode;
        }
        .img
        {
            width: 75px;
            height: auto;
        }