@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  line-height: 1.8;
  color: #555;
  background: #FFF;
}

.container {
  margin: 30px auto;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  margin: auto;
}

.booking {
    width: 100%;
    margin: 20px;
    text-align: center;
}

.booking a {
  text-transform: uppercase;
  font-family: "Roboto", serif;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  background: #333;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
}

.social {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.fb {
    
}

.ins {
    
}