/******************************************
/* CSS
/*******************************************/

/* Box Model Hack */
*{
  box-sizing: border-box;
}

/******************************************
/* LAYOUT
/*******************************************/
body{
  background-image: url(aldebaran-s-zAm8YFpCCsc-unsplash.jpg);
  font-family:'VT323', monospace;
  color: white;
  font-size: 1.5rem;
  text-align: center;
}

img{
  display: block;
  margin: 0 auto;
  height: 25%; 
  width: 50%; 
}
iframe{
  display:none;
  margin: auto 0;
  height: 100vh; 
  width: 100vw;
}
input{
  width: 20%;
}

button{
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: black;
  color: white;
  border-radius: 10px;
  border: solid #9614d0;
}

#getMorePhotos{
  margin-top: 1rem;
  width: 40%;
  padding: 1% 2% 1% 2%;


}



/******************************************
/* ADDITIONAL STYLES
/*******************************************/
