/* font-family: 'Indie Flower',
cursive;
font-family: 'Amatic SC',
cursive;
font-family: 'Great Vibes', cursive; */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper {
  margin: auto;
  max-width: 960px;
  padding: 10px;
}
section {
  margin-bottom: 30px;
}

.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}

.street {
  background-image: url(./pic1.jpg);
}

.paris {
  background-image: url(./pic2.jpg);
}

.road {
  background: url(./pic3.jpg);
}

.name {
  text-align: center;
  font-family: "Indie Flower", cursive;
}

.about1 {
  font-family: "Indie Flower", cursive;
}

.about2 {
  font-family: "Amatic SC", cursive;
  letter-spacing: 5px;
  font-size: 18px;
}

.about3 {
  font-family: "Great Vibes", cursive;
  letter-spacing: 5px;
  font-size: 18px;
}
span {
  font-size: 30px;
  color: red;
}
h2 {
  color: blue;
}
