body {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: linear-gradient(to right, #0a1825, #3f62ad);
  background-image: url(sea.jpg);
  background-size: cover;
  height: 150vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  background: rgb(192, 219, 241);
  padding: 25px;
  border-radius: 50px;
  width: 320px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(9, 35, 230, 0.671);
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}



.role {
  color: gray;
  margin-bottom: 15px;
}

.info p {
  text-align: left;
  margin: 5px 0;
}

button {
  margin-top: 15px;
  padding: 8px 15px;
  border: none;
  background-color: #4facfe;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #007acc;
}

#pesan {
  margin-top: 15px;
  font-weight: bold;
  color: rgb(0, 125, 197);
}