body{
  background-color: wheat;
  
  }
  
  
  
 .grid{
   display: flex;
   background-color: white;
   border-style: solid;
     border-color: black;
   padding: 2px;
   } 
   
   .grid div{
     flex-direction: row;
     align-items: stretch;
     border-style: dotted;
      border-width: 2px;
     
      }
      
      .intro{
        border-style: dotted;
       
        }
        
        .interests{
          border-style: solid;
          }
     
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  