/* Show it is fixed to the top */
body {
  min-height: 75rem;
}

   .shadow {
     box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
   }

