body{
    text-align: center;
    background: linear-gradient( #4287f5 0%,#4bf542 100%);
}

img{
  width:100;
  height:100;
    border-radius: 50%;
    
}
#myname{
   font-family: 'Courgette', cursive;
}
#FavoriteFood{
     padding:40px;
    text-align:center;
}
h1{
  
  font-size:18px;
}
p{
  font-size:18px;
  color:#6A1B9A;
    
}
h2{
  font-size:20px;
  color:#003487;
}
.line{
    height: 6px;
    background-color: black;
    width:70px;
    margin:8px auto;
}

.menu{
   list-style: none;
    font-family:cursive;
   float:right;
    top:10px;
    right:30px;
    cursor: pointer;
    color:black;
}
.menu a{
    color:black !important;
}


.link{
    color:crimson;
    display: inline;
    padding-top:5px;
    padding-left:9px;
    padding-right:9px;
    padding-bottom: 5px;
}
   .link:hover{
    background-color:beige;
}



#picture{
    width: 400px;;
    height:300px;
   border-radius:2%;
    
    margin:20px;
}
.food
{
  background: #373B44;  /* substituto para navegadores antigos */

 background: linear-gradient( #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
padding-top:20px;
}

img {
transition: transform .2s;
border: 10px solid #AAAAAA;
}

img:hover {
    /* Forneça a propriedade transform: scale para 0.9 */
    transform: scale( );
}
