@import url('https://fonts.googleapis.com/css?family=Indie+Flower&display=swap');

body {
    font-family: 'Indie Flower', cursive;
    font-size: 1.5em;
    line-height: 1.5;
    background: #fafafa;
}

h1 {
    font-size: 3em;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1000px;
    margin: 150px auto;
}

.flow-gallery {
    margin: 50px 0;
}
