/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/
img{
  display: block;
  margin: 0 auto;
}

input, button{
  display: block;
  margin: 0 auto;
}
h6{
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 20px;
}
body{
  background-image: url('../img/cocktails.webp');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  color: blue;
}


/******************************************
/* ADDITIONAL STYLES
/*******************************************/
