@charset 'utf-8';

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
}

header {
  font-family: "Poiret One", Helvetica, Arial, sans-serif;
  font-size: 15vh;
  letter-spacing: 0.7vh;
  text-shadow: 1px 1px 1px #aaa;
  padding-top: 14vh;
}

.description {
  font-size: 16px;
  font-weight: 100;
  padding: 25px 6vw 12vh;
  color: #989898;
}

.profile {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  text-align: left;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.picture {
  padding-right: 2vh;
}

.picture img {
  height: 70px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.name {
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 20px;
}

.info {
  font-weight: 300;
  line-height: 19px;
  color: #606060;
}

.info a {
  color: #606060;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
