h1 {
  font-size: 26px;
  line-height: 28px;
  font-family: "Lora", serif;
}
h3 {
  font-size: 18px;
  line-height: 20px;
  font-family: "Lora", serif;
}
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.container-header {
  z-index: 10;
  background-color: transparent !important;
  background-image: none;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
}
body {
  flex-direction: column;
  display: flex;
  background-image: url(/images/london-psychologist.gif) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}