h1,
h2,
h3,
p,
a {
  font-family: "Inter", sans-serif;
}

p {
  font-size: 1.171875rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: calc(1.359375rem + 1.3125vw);
  font-weight: bold;
  line-height: 1.25;
  font-weight: 700;
}

.centre {
  height: 400px;
  display: flex;
  align-items: center;
}

.icon-padding {
  margin-right: 10px;
}

hr {
  margin-bottom: 20px;
}

img {
  width: 100%;
}

.vertical-center {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.profile-photo {
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid grey;
}