body {
  padding:0;
  margin:0;
	background-image: linear-gradient(-20deg, #ff2846 0%, #6944ff 100%);
	background-image: linear-gradient(-20deg, #ff2846 0%, #6944ff 100%);
	font-family: 'PT Serif', serif;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	min-height: 100vh;
  overflow: hidden;
}


h1 {
	margin: 20px auto;
	color: white;
}
.itsMe {
  position:absolute;
  bottom:10px;
  right:14px;
  display:block;
	background-color:rgba(255, 255, 255, 0.5);
  border-radius:12px;
  overflow:hidden;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
	color: rgba(0, 0, 0, 0.9);
  text-decoration:none;
}
.itsMe:hover {
  color: rgba(0, 0, 0, 1);
  background-color:rgba(255, 255, 255, 1);
}

iframe {
  padding:0;
  margin:20px;
  display: inline-block;
  background-color:#000;
}