body {
  margin: 0;
  background-color: #F9BDA7;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #e65317;
}

html,
body {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.container {
  position: relative;
  padding: 60px 20px;
}

.logo {
  position: relative;
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
}

.logo img {
  width: 100%;
}

.title {
  font-family: 'Great Vibes', cursive;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 40px;
}

.title span {
  font-size: 1.8em;
}

.locations, .contact {
  font-size: 1em;
  margin: 20px 0;
}

a {
  color: #e65317;
  text-decoration: underline;
}

.dots {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.dots img {
  width: 100%;
}
