@font-face {
  font-family: "rob2015";
  src: url("rob2015.ttf") format("truetype");
}

body {
  font-family: "rob2015", sans-serif;
  text-align: center;
  color: black;
  background-color: #dedada;
  padding: 25px;
  margin: 0px;
}

img {
  width: auto;
  height: auto;
}

span {
 font-size: 25px;
}

aside {
  width: 40%;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  float: left;
  box-shadow: inset -5px 0 5px -5px black;
}