
body {
  display: grid;
  grid-gap: 1rem;
}

.visual {
  height: 100px;
  width: 100%;
  background: white;
  margin: 0.5rem 0;
  text-align: center;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
  padding: 1rem;
  background-color: whitesmoke;

        margin: 5rem auto;
        border-radius: 1rem;
        box-shadow: 0 0 5rem rgba(0,0,0,0.2);
        transition: 0.4s;
}



.card:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
body {
  font-family: system-ui, sans-serif;
}

h1 {
  font-size: 1.5rem;
}

     /**Footer*/
     .row{
          flex-direction: row;
          justify-content: center;
      }
      #personal{
        text-align: center;
        font-family: 'Handlee', cursive;
        size: 26px;
      }
      a:hover{
        font-weight: bold;
        
      }

      .border:hover{
        box-shadow: 0 15px 15px rgba(56, 98, 236, 0.25), 0 6px 6px rgba(0,0,0,0.30);

      }

      .titleTestimonials{
        height: 60px;
        background-color: lightgray;
      }

      i{
        padding: 1%;
        font-size: 20px;
      }
      footer{
        background-color: lightgray;
      }

      .button{
        width: 200px;
      }

      .button:hover{
        font-weight: bold;
        font-size: large;
        color: black;
        box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
      }

      .thumbnail:hover{
        box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
      }

      header {
        background-image: url("../images/schools/londonCity.jpg");
        color: white;
        padding: 50px 0;
        background-attachment:fixed;
        background-position: center;
      }
      
