body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: url(../images/flower.jpg) no-repeat bottom right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {
  font-size: 3em;
  color: #e2dbdb;
}

.container {
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 50px;
}
