body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  color: #727272;
  background-color: #dadada;
}

.main-container {
  background: white;
  border: 1px solid #dfdfdf;
  margin-top: 20px;
  border-top: 5px solid #fa046d;
  max-width: 1000px;
}

.topheadbar {
  margin-top: 20px;
  margin-bottom: 40px;
  background: #ececec;
  border: 1px solid #e2e2e2;
  width: auto;
  height: 50px;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.topheadbar h1 {
  float: left;
  font-size: 24px;
  margin-top: 0;
}

.topheadbar h1 a {
  color: black !important;
  line-height: 1.5em;
  font-size: 22px;
  font-style: italic;
}

.contactbutton {
  font-size: 15px;
  font-weight: bold;
  float: right;
  color: rgb(14, 12, 12) !important;
  line-height: 1.8em;
  border: 1px solid #dd1d1d;
  padding: 0px 8px;
  border-radius: 7px;
}

.ad-container {
  text-align: center;
  max-width: 100%;
}

.ad-container p {
  font-size: 12px;
  margin: 0 !important;
}

.ad-container img {
  max-width: 740px;
  padding-bottom: 20px;
}

.add-website {
  text-align: center;
  max-width: 100%;
}

.add-website p {
  background: #ffffed;
  font-size: 14px;
  padding: 5px;
  font-weight: 100;
  border: 1px solid #d5d5d5;
  font-style: italic;
}

.content {
  text-align: left;
  max-width: 100%;
}

.content h1 {
  font-size: 18px;
}

.content > p {
  font-size: 16px;
  font-style: italic;
}

.category {
  margin-top: 30px;
  margin-bottom: 15px;
}

.category h3 {
  font-size: 24px;
  font-weight: bold;
}

.links-list {
  list-style-type: none;
  padding-left: 0;
}

.links-list li {
  margin-bottom: 10px;
}

.links-list a {
  color: rgb(29, 29, 29);
  line-height: 1.5em;
  text-transform: uppercase;
  font-size: 16px;
}

.links-list a:hover {
  text-decoration: none;
  color: #0723e9;
}