body {
  background-color: #212121;
}

.h-1 {
  color: white;
}

.h-2 {
  color: white;
}

.h-3 {
  color: white;
}

.p-article {
  color: aliceblue;
}

.p-l {
  float: left;
}

.p-r {
  float: right;
}

.p-pop {
  height: 70px;
  width: 200px;
  background-color: #233e8b;
  position: fixed;
  bottom: 0;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-left: 15px;
}

.p-pop-img {
  height: 50px;
  width: 50px;
  background-color: #666;
  margin: 10px 0px 10px 10px;
  border-radius: 10px;
  background-size: cover;
}

.p-pop-txt {
  width: 90px;
  font-weight: 600;
  color: white;
}

.p-pop-btn {
  margin: 18px 10px 0px 0px;
  color: black;
}

@media only screen and (min-width: 320px) {
  .p-pop {
    width: 90%;
  }
  .p-pop-txt {
    width: 110px;
  }
}

@media only screen and (min-width: 375px) {
  .p-pop {
    width: 90%;
  }
  .p-pop-txt {
    width: 170px;
  }
}

@media only screen and (min-width: 425px) {
  .p-pop {
    width: 90%;
  }
  .p-pop-txt {
    width: 215px;
  }
}

@media only screen and (min-width: 768px) {
  .p-pop {
    width: 50%;
  }
  .p-pop-txt {
    width: 215px;
  }
}

@media only screen and (min-width: 1024px) {
  .p-pop {
    width: 40%;
  }
  .p-pop-txt {
    width: 240px;
  }
}

@media only screen and (min-width: 1440px) {
  .p-pop {
    width: 30%;
  }
  .p-pop-txt {
    width: 260px;
  }
}