*{
  border: 0;
  margin: 0;
  padding: 0;
}

body{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
	justify-content: center;
	align-items: center;
  min-width: 320px;
  min-height: 600px; 
  touch-action: none;
	user-select: none;
  background: #080a10;
  color: #ddeeff;
  font-family: monospace;
  font-size: 16px;
  text-align: center;
}

a, a:visited {
  color: #00aaff;
}
a:hover{
  color: #44ddff;
}

.preview{
  padding: 1rem;
}

.name{
  font-size: 4.5rem;
  line-height: 0.85em;
  text-transform: uppercase;
}

.job {
  font-size: 1.57rem;
}

.portrait{
  height: 300px;
  width: 300px;
  border-radius: 50% !important;
  margin: 3rem 0;
}

.github{
  display: block;
  margin-top: 2.8rem;
}
