body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: Roboto;
}

.text-container {
  width: 80%;
  margin: auto;
  padding: 40px;
  text-align: center;
}

.text-container h1 {
  color: #b5fcb5;
  margin: auto;
}

.description {
  color: #069306;
  margin: auto;
  font-size: 15px;
  margin-bottom: 10px;
}

.author-link {
  margin: auto;
  margin-bottom: 10px;
  display: inline-block;
}

.author-link, .author-link:visited,
.video-link, .video-link:visited {
  color: #069306;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.author-link:focus,
.video-link:focus {
  color: #b5fcb5;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.author-link:hover, .author-link:active,
.video-link:hover, .video-link:active {
  color: #b5fcb5;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.video-link {
  display: inline-block;
  margin: auto;
  margin-bottom: 30px;
}

#btn1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 50%;
  height: 40px;
  background-color: #069306;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
}

#btn-text {
  font-size: 1em;
  color: white;
  margin-top:10px;
  margin-bottom:1px;
}

.slider {
  background: #b5fcb5;
  width: 150px;
  height: 5px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.thumb {
  width: 25px;
  height: 25px;
  position: relative;
  left: calc(100% - 25px);
  top: -10px;
  background: #069306;
  cursor: pointer;
}

.slider-container {
  width: 150px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.slider-things {
  color: #069306;
  font-size: 15px;
}

#warning {
  font-size: 15px;
  color: red;
}

.pictureforsite {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 50%;
}

@media only screen and (max-device-width: 480px) {
  .pictureforsite {
    width: 100%;
  }
}

.adtext1 {
  margin: 0 auto;
  padding-bottom: 10px;
  color: #b5fcb5;
}

.adtext-new {
  color: #fff;
}

.adtext2 {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 40px;
  color: #b5fcb5;
}

.adtext2 a {
  color: #069306;
}

.adtext3 {
  margin: 0 auto;
  padding-top: 10px;
  color: #069306;
  font-size: 15px;
}

.app-badge {
  display: inline-block;
  width: auto;
  height: 75px;
  margin: 20px auto;
}

.app-badge img {
  width: auto;
  height: 55px;
  margin: 10px;
}

.donation-title {
  display: block;
  margin: 20px auto;
  font-size: 20px;
  color: #b5fcb5;
}

.donation-address {
  display: block;
  margin: 20px auto;
  font-size: 15px;
  color: #069306;
}

.donation-link {
  display: inline-block;
  margin: 20px auto;
  color: #069306;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.donation-link:visited {
  color: #069306;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.donation-link:focus {
  color: #b5fcb5;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.donation-link:hover {
  color: #b5fcb5;
  text-decoration: underline;
  text-decoration-style: dashed;
}

.donation-img {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 480px) {
  .text-container {
    width: auto;
    margin: 0;
    padding: 20px;
  }

  .app-badge {
    width: 70%;
    height: auto;
    margin: 10px auto;
  }

  .app-badge img {
    width: 70%;
    height: auto;
  }

  .donation-link {
    font-size: 16px;
  }

  .donation-address {
    font-size: 12px;
  }
}
