*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  font-weight: normal;
}

body {
  min-height: 100vh;
  color: #121212;
  /*background: #FFDAB9;*/
  font-family: 'Gowun Dodum', sans-serif;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.instagram img {
  height: 60px;
}

.book-button {
}

.style-option {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    background-color: #f0dfd3;
  }

  .message {
    text-align: center;
  }

  .logo {
    font-family: 'Josefin Slab', sans-serif;
    font-weight: 200;
    font-size: 60px;
    text-transform: lowercase;
    letter-spacing: -2px;
    margin-bottom: 20px;
  }

  button {
    padding: 20px;
    border-radius: 40px;
    background: #121212;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #121212;
  }

  button:hover {
    background: white;
    color: #121212;
    cursor: pointer;
    border: 1px solid #121212;
  }
