body {
  font-family: -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  Oxygen-Sans,
  Ubuntu,
  Cantarell,
  "Helvetica Neue",
  sans-serif;
  background-color: #07c;
}

.btn-typo {
  background-color: #fff;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
  color: #292b2c;
}

.hotel {
  background-color: #e9f0fa;
  margin-top: 30px;
}

.book {
  font-size: 40px;
  text-decoration: none;
}

.last {
  font-size: 12px;
}

.container {
  background-color: white;
}

a:link {
  color: #07c;
}

a:visited {
  color: #07c;
}

a:hover {
  color: #febb02;
}

a:active {
  color: #febb02;
}

.typolinks {
  font-size: 12px;
}

.photo {
  margin-top: 30px;
  margin-bottom: 50px;
}

h1 {
  font-size: 30px;
  color: #003580;
  ;
  margin-top: 30px;
}

h2 {
  font-size: 20px;
  margin-top: 20px;
  color: #003580;
}

#gray {
  margin-top: 70px;
}

.image {
  border: solid 5px #07c;
}

.image:hover {
  border: solid 5px #febb02;
}