body,
h1 {
  font-family: "Raleway", sans-serif;
}
body,
html {
  height: 100%;
}
a {
  text-decoration: none;
}
.bgimg {
  background-image: url("../assets/blur-hospital.jpg");
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.nkfi {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.nkfi img {
  width: 300px;
}
