* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
}
.wrapper {
  background-image: url(https://i.imgur.com/ny7GzyK.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  min-height: 100vh;
  padding-top: 50px;
}
.img-fluid.figure-img {
  margin: 50px auto 25px auto;
  text-align: left;
  display: inherit;
  border-radius: 50%;
}
.info {
  text-align: center;
  margin: 0 auto 30px auto;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 4px 5px #171010;
}
.button {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: opacity 0.25s;
  border-radius: 3px;
  background-color: rgb(31, 145, 33);
  color: white;
  margin: 0 auto 15px auto;
  max-width: 600px;
  font-weight: 600;
  font-family: 'Opan Sans', sans-serif;
}
.button:hover {
  opacity: 0.85;
}
