* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  height: 100vh;
  background-image: url("https://images.unsplash.com/photo-1467810563316-b5476525c0f9?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1349&q=80");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Lato', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  body::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6; }

body * {
  z-index: 1; }

h1,
h2,
h3,
h4 {
  color: #fff;
  text-align: center;
  padding: 0.5rem; }

h1 {
  font-size: 4rem;
  font-weight: 100; }

h3.number {
  font-size: 3rem; }

h3 {
  font-size: 2rem;
  font-weight: 100; }

.container {
  display: block;
  margin-top: 8rem; }

.time-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  margin-top: 2rem; }

.upcoming-year {
  text-align: center;
  font-size: 12rem;
  font-weight: 100;
  margin-top: 5rem;
  z-index: -2;
  opacity: 0.4; }

@media screen and (max-width: 471px) {
  h1 {
    font-size: 2.5rem;
    font-weight: 100; }

  h3.number {
    font-size: 1.8rem; }

  h3 {
    font-size: 1.3rem;
    font-weight: 100; } }

/*# sourceMappingURL=style.css.map */
