@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Source+Serif+Pro:400,600);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background:url(http://louiseandryan.co.uk/img/bg.jpg);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
}

.container {
  color: #333;
  text-align: center;
}

h1 {
  font-weight: 100;
  font-family: 'Source Serif Pro', serif;
}

li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
    
  font-weight: 100;
  font-family: 'Source Sans Pro', sans-serif;
}

li span {
  display: block;
  font-size: 4.5rem;
}

p {
  font-weight: 100;
  font-family: 'Source Serif Pro', serif;
}