body {
  letter-spacing: 1px;
}
@font-face {
  font-family: 'myFont';
  src: url("/fonts/coolvetica-rg.ttf");
}
@font-face {
  font-family: 'myFont2';
  src: url("/fonts/Poppins-Regular.ttf");
}
.box-bottom {
  padding: 5px 20px 5px 20px;
  background-color: #2e3e4e;
  height: 70px;
  color: #FFF;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px #303030;
}
.slide {
  overflow: hidden;
  _border: 10px solid #FFB400;
  color: #000;
  background-color: #FFF;
  font-size: 75px;
}
.slide .author {
  text-transform: uppercase;
}
.slide .text {
  font-family: myFont2;
  font-size: 60px;
  letter-spacing: 0;
}
.box-bottom .network-limited {
  position: absolute;
}
.slide.WhatsApp .box-bottom {
  background: rgb(55, 187, 35);
  background: linear-gradient(0deg, rgba(55, 187, 35, 1) 0%, rgba(62, 211, 40, 1) 50%, rgba(55, 187, 35, 1) 100%);
}
.slide.WhatsApp .box-bottom::after {
  content: "\e900";
  font: normal normal normal 12px/1 medias;
  font-size: 12px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Messenger .box-bottom {
  background: rgb(0, 106, 255);
  background: linear-gradient(0deg, rgba(0, 106, 255, 1) 0%, rgba(26, 121, 255, 1) 50%, rgba(0, 106, 255, 1) 100%);
}
.slide.Messenger .box-bottom::after {
  content: "\e90b";
  font: normal normal normal 12px/1 medias;
  font-size: 12px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Facebook .box-bottom {
  background: rgb(66, 103, 178);
  background: linear-gradient(0deg, rgba(66, 103, 178, 1) 0%, rgba(80, 117, 190, 1) 50%, rgba(66, 103, 178, 1) 100%);
}
.slide.Facebook .box-bottom::after {
  content: "\e904";
  font: normal normal normal 12px/1 medias;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.SMS .box-bottom {
  background: rgb(91, 194, 54);
  background: linear-gradient(0deg, rgba(91, 194, 54, 1) 0%, rgba(106, 204, 71, 1) 50%, rgba(91, 194, 54, 1) 100%);
}
.slide.SMS .box-bottom::after {
  content: "\e90c";
  font: normal normal normal 12px/1 medias;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Form .box-bottom {
  background: rgb(33, 170, 189);
  background: linear-gradient(0deg, rgba(33, 170, 189, 1) 0%, rgba(37, 192, 213, 1) 50%, rgba(33, 170, 189, 1) 100%);
}
.slide.Form .box-bottom::after {
  content: "\f15c";
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
#allslides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hashtag {
  color: #66add6;
}