
body {
  margin: 0;
  padding: 0;
  background: black url('images/dripz-logo.png') no-repeat center top;
  background-size: 420px;
  font-family: Arial, sans-serif;
  color: white;
  text-align: center;
  background-attachment: fixed;
}

.container {
  background-color: rgba(0, 0, 0, 0.88);
  padding: 50px 20px;
  margin: 0 auto;
  max-width: 800px;
  border-radius: 10px;
}

.drip-heading, .drip-logo-title {
  font-family: 'Rubik Wet Paint', cursive;
  font-size: 2.3em;
  color: gold;
  margin: 40px 0 15px;
  text-shadow: 2px 2px #000;
}

.drip-logo-title {
  font-size: 3em;
  margin-bottom: 10px;
}

a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: none;
  padding: 0;
}
