body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  border-top: 10px solid #000000;
  height: 30px;
  overflow: hidden;
}

a {
  color: #2080ba;
}

a:hover {
  color: #2080ba;
  text-decoration: none;
}
b {
  font-weight: 600;
}
.font-primary {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.img {
  width: 250px;
}
.txt {
  font-size: 18px;
  padding: 20px;
  text-align: center;
}

@media (max-width: 500px) {
  .img {
    width: 80%;
  }
  .txt {
    font-size: 14px;
  }
}
