body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(0, 0%, 8%);
  color: hsl(0, 0%, 100%);
  font-family: "Inter", serif;
  font-size: large;
  height: 100vh;
}

h3 {
  color: hsl(0, 0%, 100%);
  font-weight: 700;
}

.btn {
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 20%);
  font-weight: 600;

  border-radius: 5px;
  font-family: Inter;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.location {
  color: hsl(75, 94%, 57%);
  font-weight: 600;
}

.container {
  background-color: hsl(0, 0%, 12%);

  text-align: center;
  border-radius: 20px;
  padding: 20px;
  width: 450px;
}
.profile-pic {
  border-radius: 100px;
  height: 70px;
  width: 70px;
}

.btn:hover {
  background-color: hsl(75, 94%, 57%);
  cursor: pointer;
}

@media only screen and (min-width: 375px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.role{
  font-size: 14px;
  font-weight: 400;
}