/* Try out your CSS here */

&lt;h1>Cards = Pages&lt;/h1>

body {
  background-color: black;
  color: white;
}
.image{
  max-width: 50%;
}
.dir::before{
  content:" ";
  font-size:38px;
  color: white;
}
.filename{
  display:block;
  font-family:firacode;
  color: white;
}
.unkown-file::before{
  content:" ";
  font-size:18px;
  color: white;
}
div{
  max-width: 840px;
  display:inline-block;
  vertical-align:middle;
  margin:7em;
  padding:1.19em;
}
video {
  width:640px;
  max-height:640px;
}
