body {
  background-color: #5b6e5b;
  color: #333;
  font-family: "Courier New", serif;
  margin: 0;
  padding: 0;
}

.profile {
  width: 320px;
  margin: 100px auto;
  line-height: 1.5;
}

.status {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 20px;
}

.pfp img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}

.menu a {
  display: block;
  margin: 8px 0;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.menu a:hover {
  opacity: 0.5;
  transition: 0.3s;
}