@import url('https://fonts.googleapis.com/css?family=Montserrat:300');

html, body {
  width: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  background-color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

.logo {
  width: 20%;
  margin: 15% auto 0;
}

.logo img {
  width: 100%;
}