@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,700');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Space Mono', sans-serif;
}

html {
  height: 100%
}

body {
  background-image: url('https://images.unsplash.com/photo-1446776811953-b23d57bd21aa?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=bb8e31138b12d26a2046b5be38242be4&auto=format&fit=crop&w=3152&q=80');
  background-size: cover;
  height: 100%
}

.header {
  margin: auto;
  padding: 10px 10px;
  background-color: rgba(198, 198, 198, 0.5);
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.container {
  margin: 0 auto;
  padding: 25px 5px;
  text-align: center;
  font-weight: 400;
}

.people-container {
  margin: 0 auto;
  padding: 20px 5px;
  text-align: center;
  font-weight: 400;
}

.number-container {
  margin: auto;
  padding: 20px 5px;
  text-align: center;
  font-weight: 400;
}
