
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

html, body {
  margin: 0;
  height: 100%;
}

.site-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

@media only screen and (min-width: 570px) {

  .site-wrapper {
    background-image: url('https://i.imgur.com/G6nwpHg.jpg');
    background-position: right center;
  }

}

@media only screen and (max-width: 570px) {

  .site-wrapper {
    background-image: url('https://i.imgur.com/VUBgflY.jpg');
    background-position: center top;
  }

}



.select-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;

  width: 430px;
  height: 340px;
  max-width: 100%;
  max-height: 100%;

  background: rgba(0, 0, 0, 0.5);
}


h1 {
  text-align: center;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 2.7em;
}

@media only screen and (max-width: 340px) {

  h1 {
  font-size: 2em;
  }

}



#flags {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flag {
  max-width: 100%;
  padding: 5px;
}
