.box {
  margin-top: 10px;
  margin-right: 10px;
  border: 5px solid #006DAE;
  padding: 10px;
  font-size: 26px;
  background-color: #E6E6E6;
}

h1.title {
  background-image: IN1002b_logo.png;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 200px;
}

.reveal .slide-logo {
  display: block;
  position: fixed;
  bottom: 5px; 
  right: 12px;
  top: unset !important;
  left:  unset !important;
  height: 100px !important;
  width: 100x !important;
  max-width: unset !important;
  max-height: unset !important;
}

