body, html {
  background-color: black;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.background {
  background-color: #010101;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-card {
  background-color: #111111;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  max-width: 400px;
  text-align: center;
}

h1 {
  color: #eeeeee;
  margin-bottom: 15px;
}

p {
  color: #e2e2e2;
  line-height: 1.6;
}

.social-links a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 10px;
  font-weight: bold;
}
