 .table {
      background-color: white;
      border-spacing: 10px; /*altezza tabella*/
      position:fixed;
      margin-top:0;
    }

    th {
      font-size: 30px;
      color: red;
    }

    h4 {
      background-color: grey;
      color: white;
      text-align: center;
    }

    body {
      font-family: sans-serif;
      background-color:#D7D7D7;
    }
    a{
      color:red;
    }
    
 /*inizio sezione ricette*/
    .h2 {
      color: white;
      background-color:red;
      text-align: center;
      font-family: Times;
      font-size: 50px
    }
    .ricette {
      display: flex;
      justify-content: center;
      gap: 300px;
      margin-top: 30px;
      margin-bottom:100px;
    }
    .ricette img {
      width: 400px;
      height: 400px;
      border-radius: 50%;
      border: 6px solid red;
    }
/*fine sezione ricette*/
    
/*inizio sezione riguardo "me"*/
    .personale{
      display:flex;
      justify-content: center;
    }
    .foto-profilo{
      width: 700px;
      height: 700px;
      border-radius: 15px;
      border: 5px solid red;
      float:right;
      margin-right:100px;
    }
    .descrizione{
      margin-right:100px;
    }
    .descrizione h3{
      color:red;
      font-size:50px;
      text-align:center;
    }

/*fine sezione riguardo "me"*/

    
/*inizio sezione social*/
    .social{
    }
/*fine sezione social*/
   
   
      