
html, body { 
  background-color: #181818;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
}

h1{
	color: white;
  	font-weight: 400;
  	font-size: 3em;
}

h3{
	color: white;
	font-weight: 300;
	font-size: 2em;
}

#profile {
  position: fixed; 
  bottom: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  max-width: 90%;
  max-height:90%;
}

#svgimg{
  position: fixed; 
  top: 40%; 
  right: 20%;
  height: 30%;
}

#text1{
  position: fixed; 
  top: 40%; 
  right: 25%;
  height: 30%;	
}

#text2{
  position: fixed; 
  top: 53%; 
  right: 5%;
  height: 30%;	
}

#text3{
  position: fixed; 
  top: 58%; 
  right: 12%;
  height: 30%;	
}