body {
  background: linear-gradient(to bottom left, #33ccff 0%, #ff99cc 100%);
}
p {
  color: #00FFFF;
  font-size:30px;
  
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 46px;
  color: 	#00FFFF
}

img{
  float: left;
  height: auto
  width: 250px;
  margin:25px;
  border-width: 10px;
  border-style: dashed;
  border-radius: 100px;
}

