@import url(../custom.css);

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: #121212;
  color: #e0e0e0;
}

header {
  text-align: center;
  padding: 2rem;
  background: #1f1f1f;
}

div {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem 2rem;
  background: #1f1f1f;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

h2 {
  color: #bb86fc;
}

a {
  color: #03dac6;
}

footer {
  text-align: center;
  padding: 1rem;
  background: #1f1f1f;
  margin-top: 2rem;
}
