body {
  background-color: #0194f3;
  color: white;
  font-family: Godwit, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.attention {
  border: thin dotted;
  border-radius: 7px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 9px;
}

.container {
  max-width: 625px;
  margin: auto;
  padding: 21px;
}

.no_edge {
  border-radius: 7px;
}

form {
  max-width: 100%;
  margin: 10px auto;
}

a.box-link {
  text-decoration: none;
}

input[type="search"] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0px 20px 0px 40px;
  border-radius: 40px;
  outline: none;
  border: solid gray 2px;
  background: url("Search.png") 7px center no-repeat;
  background-blend-mode: exclusion;
}

b.title {
  font-size: 17px;
}

.cardHotel {
  background-color: white;
  padding: 9px;
  color: black;
  border-radius: 5px;
  display: flex;
  /*background: url("blank_white.jpg");*/
  margin-bottom: 11px;
}

.description {
  padding-left: 12px;
}
