body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(#393939, #000000);
  background-size: cover;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #bf9644;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #bf9644;
  font-weight: bold;
}
a:hover {
  color: #ffffff;
}
.header {
  background-color: #000000;
  padding: 15px;
}

.footer {
  padding: 30px 15px;
  background-color: #000000;
  color: #666666;
  font-size: 14px;
}
  .footer a {color: #bf9644; font-weight: bold; text-decoration: none;}
  .footer a:hover {color: #ffffff;}

.standout {
  background-color: #bf9644;
  padding: 10px;
  color: #000000;
}
.main-content {
  padding: 50px 15px;
}
