html, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

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;
}

.container {
  display: inline-block;
  margin-top: 10%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
}

.row {
  margin: 1rem;
}

.profile {
  width: 128px;
  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.5;
  width: 1.5rem;
}

img.icon:hover {
  opacity: 0.2;
}
