body{
	margin: 0;
	padding: 0;
	background: white;
}

.image > img{
	position: absolute;
	bottom: 6%;
	right: 3%;
	width: 400px
}

.text{
	margin-top: 1%;
	margin-left: 6%;
	margin-right: 50%;
	font-family: american typewriter;
	font-weight: semibold;
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: 10;
}

.close{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px #ff99c3;
  font-family: sans-serif;
  font-size: 25px;
  color: pink;
  background-color: white;
  z-index: 100;
  text-align: center;
  align-content: center;
  align-items: center;
}

a{
	color: blue;
}

a:visited{
	color: black;
}