h1, p {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-size: 40px;
  font-weight: 400;
}
p {
  font-size: 18px;
  font-weight: 400;
}

.out_there {
	display: flex;
	justify-content: center;
	align-items: center;
}

.in_the_middle {
        text-align: center;
}

