@@ -133,3 +133,7 @@ body a:hover{
body a:visited{
color:var(--a-visited-color);
}
+video{
+ width: 500px;
+ height: auto;
+}