body,html {
	width: 320px;
  height: 460px;
  overflow: hidden;
	margin: 0;
	text-align: center;
	font-family: "Helvetica Neue";
	font-weight: lighter;
}

.slide {
  width: 320px;
  height: 460px;
}

#copylink {
  position: absolute;
  top: 209px;
  left: 404px;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  text-decoration: underline;
  font-family: "Helvetica Neue";
  font-weight: lighter;
  font-size: 17px;
}