@font-face {
  font-family: 'Vibur-regular';
  src: url(./fonts/Vibur-Regular.ttf);
}

body {
  margin: 0; 
  background-image: url(./img/pink-pattern.webp);
  background-size: cover;
}

.title-container {
  height: 150px;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

h1 {
  font-size: 62px;
  margin:0;
  font-weight: 500;
  font-family: "Vibur-regular", cursive;
  word-spacing: 10px;
}

.foto {
  margin: 10px;
  max-width: 620px;
  flex-basis: 200px;
  flex: 1;
  box-shadow: 0px 0px 5px 3px;
  margin-bottom: 40px;
}

.sprite {
  background-image: url(./img/css_sprites.webp);
  width: 3780px;
  height: 671px;
  display: inline-block;
  scale:0.7;
  box-shadow: 0px 0px 5px 3px;
}
.image1 {
  width: 610px;
  background-position: -10px, 0px;
}
.image2 {
  width: 610px;
  background-position: -640px, 0px;
}
.image3 {
  width: 610px;
  background-position: -1270px, 0px;
}
.image4 {
  width: 610px;
  background-position: 1880px, 0px;
}
.image5 {
  width: 610px;
  background-position: 2510px, 0px;
}
.image6 {
  width: 610px;
  background-position: 1880px, 0px;
}




.master-container {
  display:flex;
  flex-direction: column;
}

.container {
  display:flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}


