@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%;
  }

  .canva {
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 67.500%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16);
  margin-top: 1.6em;
  margin-bottom: 0.9em;
  overflow: hidden;
  border-radius: 8px;
  will-change: transform;
  }