h3{
  margin-top: 30px;
}

.subscriptions-div{
  margin-top: 30px;
  margin-right: 30px;
}

.valid-image{
  background-image: url("images/valid.png");
  background-size: cover;
  width: 16px;
  height: 16px;
}

.invalid-image{
  background-image: url("images/invalid.png");
  background-size: cover;
  width: 16px;
  height: 16px;
}