@charset "UTF-8";
@import url('reset.css');

#ukraine {
  width: 100%; 
  height: 100%;
  background-position: center center;
  background-image: url(libertaires-de-tous-les-pays-unissez-vous.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body {
  background-color: #666666;
  background-image: url(ukraine-background.jpg);
  background-size: cover;
}

