body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #3f3f3f;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.container {
  text-align: center;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 2px solid #f5f5f5;
}

.nav-links a {
  margin: 0 15px;
  text-decoration: none;
  color: #f5f5f5;
  font-size: 18px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #1e90ff;
}

.page-title {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url('DARK THUNDER LOGO.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}

.footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #aaa;
  font-size: 14px;
}