/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  background-image: url(https://images.unsplash.com/photo-1456081101716-74e616ab23d8?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1955&q=80);
  }
}

/******************************************
/* LAYOUT
/*******************************************/
img{
  display: block;
  margin: 0 auto;
}

h3 {
  font-size: 30px;
  margin-top: -25px;
  color: lavender;
  text-align: center;
  /* background-color: rgba(134, 0, 0, 0.5); */
}

h2 {
  color: white;
  text-align: center;
}

h1 {
  color: lavender;
  text-align: center;

}

input,
button,
section {
  text-align: center;
}

/******************************************
/* ADDITIONAL STYLES
/*******************************************/
