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

.profile-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 300px;
  text-align: center;
}

.profile-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

h1 {
  font-size: 24px;
  margin: 10px 0;
}

h2 {
  font-size: 18px;
  color: #555;
  margin: 5px 0;
}

p {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}

.social-links {
  margin: 15px 0;
}

.social-links a {
  text-decoration: none;
  color: #0077b5;
  margin: 0 10px;
  font-size: 14px;
}

.social-links a:hover {
  text-decoration: underline;
}

#utcTime {
  font-weight: bold;
  color: #000;
}
