.slide.cover {
  background: #fff;
}
.slide.cover.yoda {
  background: url(../pictures/yoda.jpg) no-repeat center;
  background-size: cover;
}
#cover h2 {
  text-align: center;
  font-size: 70px;
  margin-top: 150px;
}
#cover img {
  right: 0;
  top: 0;
}
.cover-wrapper {
  display: flex;
  flex-direction: column;
}
.description {
  text-align: center;
  font-size: 30px;
}
.credits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.forms {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 80px;
  width: 100%;
  left: 0;
}
.forms__text {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  line-height: 1;
}
.mjs-logo {
  background: url(../pictures/logo.png);
  display: block;
  width: 200px;
  height: 200px;
  background-size: 100%;
  position: absolute;
  right: 40px;
  top: 40px;
}
.photo {
  background-size: 100%;
  width: 300px;
  height: 300px;
  float: right;
}
pre {
  font-size: 21px;
}
code {
  color: #333;
}
.angular {
  width: 572px;
  height: 390.66666667px;
  background-size: 100%;
}
mark.bool {
  color: #0086b3;
  padding: 0;
  background: transparent;
}
mark.string {
  color: #183691;
  padding: 0;
  background: transparent;
}
mark.keyword {
  color: #a71d5d;
  padding: 0;
  background: transparent;
}
mark.var {
  color: #ed6a43;
  padding: 0;
  background: transparent;
}
