body {
  font-family: Arial, sans-serif;
}

.hero {
  background: url('../img/kids.jpg') center/cover no-repeat;
  color: white;
  /* height: 80vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

.logo {
  height: 50px;
}

footer {
  background: #343a40;
  color: white;
  padding: 20px 0;
}
