body{
  text-align: right;
  //font-family: initial;
  font-family: 'Times New Roman', Times, serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(to right, #ffafbd, #ffc3a0);
  color: black;// text color
}

img {
  height: 600px;
  //border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 50px;
}
.text{
  text-align: left;
  position:absolute;
  left:685px; 
  top:350px;
  font-size: 25px;
}
.box {
  text-align: left;
  position:absolute;
  right:50px; 
  top:50px;
  font-size: 30px;
}
.link{
  position:absolute;
  right: 100%px; 
  bottom:50px;
}
a {
  font-size: 25px;
  color: black;
  text-decoration: none;
}
a:hover{
  opacity: .75;
}