@import "/css/pygments.css";
body {
  background-color: #010024;
}

h2 {
  margin-top: 0;
}

h3 {
  margin-top: 4rem;
}

img {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-0 {
  box-shadow: none;
}

li {
  margin-bottom: 1.25rem;
}

code {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #fff;
  font-size: 0.9rem;
  padding: 1px 5px;
}

pre code {
  background: none;
  color: #000;
}

blockquote {
  background-color: rgba(0, 0, 0, 0.1);
  border-left: 3px solid rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  font-size: 1.1rem;
  margin: 0.1rem;
  padding: 0.25rem 1rem;
}

a {
  border-bottom: 3px solid #db0071;
  color: #db0071;
  font-weight: 600;
  padding-bottom: 0;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

a img {
  border-bottom: 0 !important;
}

a:hover {
  color: #fff;
}

a:before {
  background-color: #fff;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.1s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}

a:hover:before {
  transform: scaleX(1);
  visibility: visible;
}

a.no-slide {
  border-bottom: 0;
}

a.no-slide:hover:before {
  visibility: hidden;
}

a.no-slide:hover {
  color: #fff;
}

.blender {
  background: linear-gradient(0deg, #010024, transparent);
}

.hl {
  background-color: #db0071;
  color: #fff;
  padding-left: 3rem;
}

.dark-blue {
  color: #010024;
}

.pink {
  color: #db0071;
}

.white {
  color: #fff;
}

.intro {
  background-color: #f3c017;
  color: #000;
}
.intro a:hover {
  border-color: #fff;
  color: #fff;
}

.timeline {
  margin: 0;
  padding: 0;
}
.timeline li {
  font-weight: 500;
  list-style-type: none;
  margin: 0 0 3rem;
  padding: 0;
}
.timeline li span {
  display: inline-block;
  font-weight: 700;
  margin-right: 1rem;
  text-align: center;
  width: 25%;
}
.timeline li div {
  font-size: 1rem;
  font-weight: 400;
  margin-left: calc(25% + 3.25rem);
  margin-top: 1rem;
}

.video {
  position: relative;
}
.video video {
  display: block;
}

.bg-white a:hover {
  color: #000;
}
.bg-white a:before {
  background-color: #000;
}

.bg-yellow {
  background-color: #f3c017;
}

.bg-blue {
  background-color: #19c1ff;
}
.bg-blue a {
  color: #030191;
}

.blue {
  color: #030191;
}

.bg-green {
  background-color: #18c590;
}
.bg-green a {
  border-color: #fff;
  color: #fff;
}
.bg-green a:before {
  background-color: #244032;
}
.bg-green a:hover {
  color: #244032;
}

.bg-dark-green {
  background-color: #244032;
  color: #fff;
}
.bg-dark-green a:hover {
  color: #18c590;
}
.bg-dark-green:before {
  background-color: #18c590;
}

.green {
  color: #244032;
}

.bg-pink {
  background-color: #db0071;
}
.bg-pink a {
  border-color: #ff46a4;
  color: #fff;
}

.links-list li {
  margin: 2rem 0;
}

.twitter-tweet {
  overflow: hidden;
}

/*# sourceMappingURL=utc.css.map */