@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');* {margin: 0;padding: 0;box-sizing: border-box;}body {background-color: #ffffff;font-family: "Playfair Display", serif;}header {font-family: "Playfair Display", serif;background-color: #A89888;color: rgb(0, 0, 0);display: flex;justify-content: space-between;align-items: center;}.header-container {display: flex;justify-content: space-between;align-items: center;width: 100%;padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1rem, 5vw, 3rem);gap: 1rem;flex-wrap: wrap;}header img {max-height: clamp(40px, 6vw, 60px);width: auto;}header nav ul {list-style: none;display: flex;flex-wrap: wrap;justify-content: center;gap: clamp(0.8rem, 2vw, 1.5rem);}header nav ul li {display: inline-block;}header nav ul li a {color: rgb(0, 0, 0);text-decoration: none;font-size: clamp(1rem, 2vw, 1.2rem);white-space: nowrap;transition: text-decoration 0.2s;}header nav ul li a:hover {text-decoration: underline;}#editBooking {display: flex;flex-direction: column;gap: clamp(1rem, 3vw, 1.5rem);justify-content: center;margin: 2rem auto;width: min(90%, 600px);border: 1px solid black;border-radius: 20px;padding: clamp(1rem, 3vw, 2rem);background-color: #A89888;}#editBooking h2 {text-align: center;font-size: clamp(1.4rem, 4vw, 2rem);}.edit_booking {display: flex;flex-direction: column;gap: 1rem;justify-content: center;margin: 0 auto;width: 100%;}@media (max-width: 700px) {.header-container {flex-direction: column;text-align: center;}header nav ul li a {white-space: normal;font-size: clamp(0.9rem, 4vw, 1.1rem);}