.App { text-align: center; } .App-header { background-color: #282c34; padding: 20px; color: white; } .App-title { font-size: 1.5rem; /* Smaller heading */ } .downloaded-content { display: flex; flex-wrap: wrap; justify-content: center; } .file-item { margin: 10px; } video, img { max-width: 300px; max-height: 300px; border: 1px solid #ddd; border-radius: 4px; padding: 5px; }