body {
  margin: 0;
  padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}

.katiehasegawa {
  position: fixed;
  display: block;
  bottom: 2vw;
  right: 2vw;
  background-image: url(images/khasegawa.png);
  background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
  height: calc(50vmax * .356);
  width: 50vmax;
}

.download {
  margin: auto;
  text-align: center;
  margin-top: 20vh;
}

.download a {
  text-decoration: none;
  color: #DE290D;
  font-size: 20px;
  margin-left: 8px;
}

.download a:hover {
  text-decoration: underline;
}