/* Font Face */
@font-face {
  font-family: 'Comic Sans MS';
  src: url('ComicSansMS.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Base Styles */
body {
  background-image: url('metalheart_31.jpg');
  font-family: 'Comic Sans MS', cursive;
}

.wrapper {
  margin-left: 90px;
  margin-right: 90px;
}
.box {
  border: 1px dashed grey;
  border-radius: 0px;
  background-color: #242424;
  color: white;
}
.box img {
    width: 100%;
    height: 50px;
}