body {
 background: url(https://nordnorge.com/sites/n/nordnorge.com/files/efb185d3d8be7934c938657ca3ce7fdb.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1, h2 {
  margin: 40px auto;
  margin-right: -140px;
  text-align: center;
  text-shadow: 3px 3px 3px white;
}

.info {
  margin: 45px 20%;
  padding: 10px;
  background-color: pink;
  border: 1px solid #245778;
  border-radius: 4px;
  text-align: right;
}

#flower {
  position: fixed;
  margin: auto;
  left: 30%;
  bottom: 0;
}

.clickable {
  cursor: pointer;
  transition: all .5s;
}
.clickable:hover {
  stroke: black;
}
