body {
  background-color: #1a1919;
  min-height: 125vh;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.main {
  background-color: #212020;
  width: 90%;
  max-width: 400px;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
}

img {
  margin-top: 40px;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0;
}

.location {
  color: #f6e93a;
  font-size: 18px;
  position: relative;
  bottom: 10px;
}

p {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  bottom: 5px;
  padding: 0 10px;
}

a {
  display: block;
  background-color: rgb(60, 58, 58);
  color: #ffffff;
  margin: 15px auto;
  width: 90%;
  max-width: 350px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
}/*# sourceMappingURL=main.css.map */