@font-face{ 
  font-family: 'MyWebFont';
  src: url('bootstrap-icons.woff') format('woff');
  src: url('bootstrap-icons.woff2') format('woff2');
}

.carousel-inner img {
    width: 100%;
    height: 100%;
  }

  .topbox {
    margin-top: 2em;
  }

  .title {
    margin-bottom: 2em;
  }

  img {
    width: 50%;
  }

  .wordwall {
    width: 85%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16);
  }