body
{
  text-align: center;
  background: linear-gradient(#aad6fa 0%, #ff69fc 100%);
  background-repeat:no-repeat;
    
}
h1{
  text-shadow:1px 1px #1A237E;
    color:floralwhite;
}
#bio{
  padding: 20px;
  font-size: 18;
  text-align: center;
  color:floralwhite;
}
#blah{
    width:175px;
    border-radius:50%;
    margin-bottom: 50px;
}
.menu{
    list-style: none;
    font-family: cursive;
    float: right;
    top:10px;
    right:30px;
    cursor:pointer;
    color:floralwhite;
    height:5px;
    width:75px;
    margin:8px auto;
       
}
 p{
    padding-top: 100px;
    margin:0px;
     max-width: 450px;
    margin:25px auto;
    font-size:18px;
    line-height:1.3;
}
.link:hover{
    background-color: crimson;
}