diff --git a/medias.js b/medias.js
index 5c9f61fddd3586c4a27e1f3c708204cc16a3d958..707b1c849e8f57cb8a5d0d60646d487728f44b7b 100644
--- a/medias.js
+++ b/medias.js
@@ -310,7 +310,7 @@ let Avengers = new Media(
     "Earth's mightiest heroes must come together and learn to fight as a team if\
      they are going to stop the mischievous Loki and his alien army from enslaving humanity.",
     [new Season(1)], // 1 season, 1 episode = movie
-    ["Netflix"],
+    ["Prime Video"],
     'Content/Avengers.jpg',
     "avengers");
 
@@ -324,7 +324,7 @@ let BlackPanther = new Media(
      conflict that puts the fate of Wakanda and the entire world at risk. Faced with treachery and danger, the young king must rally his allies\
      and release the full power of Black Panther to defeat his foes and secure the safety of his people.",
     [new Season(1)], // 1 season, 1 episode = movie
-    ["Netflix"],
+    ["Netflix", "Prime Video"],
     'Content/black-panther.jpg',
     "blackpanther");
 
diff --git a/style.css b/style.css
index 196e6d742f64ea49ec39e4de456fbd51dd3d2671..bf56fe14947d57c3d9ae1718b4d1863b465227c6 100644
--- a/style.css
+++ b/style.css
@@ -46,6 +46,7 @@
   margin-right: 40px;
   height: 10px;
   width: 25%;
+  border-radius: 20px;
 }
 
 #search-box {