*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html,
body,
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  padding-right: 5px;
  scroll-behavior: auto;
}

body {
  text-align: center;
  font-family: Roboto,HelveticaNeue,Helvetica,Tahoma,sans-serif;
}

.biography {
  font-weight: 500;
  margin-bottom: 2%;
}

.avatar {
  height: 130px;
  width: 130px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover!important;
  margin-top: 10%;
  margin-bottom: 2%;
}

.networks {
  overflow: hidden;
}

p {
  font-size: 1em;
  margin: 0;
  word-break: word-break;
}

.hi5 {
  color: #ccc;
  font-size: 0.8em;
  margin-top: 10%;
}

a,
a:visited {
  text-decoration: none;
  color: #3790FF;
}

a:hover {
  text-decoration: none;
  background-color: #3790FF;
  color: #fff;
}

.button {
  display: inline-block;
  padding: 1em 1em; 
  background-color: #fff;
  border: 2px solid;
  border-color: #3790FF;
  color: #3790FF;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
}

.center-content {
  max-width: 680px;
  margin: 0 auto;
}

.hero {
  padding: 15px;
}