

body {
  /* Background pattern from subtlepatterns.com */
  background-image: url(res/background3.png);
  background-repeat: repeat;
  font-family: Source Sans Pro, Helvetica,Arial, sans-serif;
   

}

.wrapper {
  text-align: center;
  
  display:inline-block;
  
}

.container {
    text-align: center;
/*  display: inline-block; */
  margin-top: 2%;
  background-color: #fff;
  padding: 5rem;
  border-radius: 50px;
  height:100%;
}

.row {
  margin: 1rem;
}

.char {
    height:100px;
}

.profile {
  width: 200px;
/*  border: 4px solid #fff; */
  border-radius: 100%;
  box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15);
  user-select: none;
}

h1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  color: #212121;
}

h2 {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: #757575;
}

h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #757575;
}

img.icon {
/*  padding-left: 2%; */
/*  padding-right: 2%; */
  opacity: 0.8;
  height:inherit;
  width: 100px;
/*  border: 4px solid #fff; */
  border-radius: 100%;
  box-shadow: inset 0 1.5px 3px 0 rgba(0,0,0,.15), 0 1.5px 3px 0 rgba(0,0,0,.15)
}

img.icon:hover {
  opacity: 0.2;
}