html,
body
  margin: 0
  padding: 0
  font-family: 'Roboto', sans-serif
  background: #ECEFF2

.title
  font-size: 18px
  font-weight: 100

.name
  font-size: 32px
  font-weight: 300
  margin-bottom: 4px

.container
  position: relative
  width: 100vw
  height: 100vh

.center
  position: absolute
  top: 50%
  left: 50%
  transform: translate(-50%, -50%)
  text-align: center

