/* body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: #e7e1d7;
  color: #3b2b20;
  line-height: 1.6;
} */

body{


  width:430px;
  margin:0 auto;  
  ы  
  margin-left:auto;
  margin-right:auto;

  background:#e7e1d7;
  
  font-family:"Montserrat", sans-serif;
  
  }

body.lock-scroll{
  overflow:hidden;
  }

html{
  scroll-behavior:smooth;
  }

section {
  padding: 20px 20px;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

#content{
  opacity:0;
  transition:opacity 1.2s;
  }

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

.script {
  font-family: cursive;
  font-size: 28px;
}

.date {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  font-size: 26px;
}

.date span {
  padding: 10px 15px;
  border: 1px solid #b7a98c;
  border-radius: 8px;
}

.date .active {
  background: #b7a98c;
  color: white;
}

.place img {
  width: 100%;
  border-radius: 14px;
  margin: 20px 0;
}

.timeline {
  margin-top: 40px;
}

.item {
  margin-bottom: 40px;
}

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

.colors span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}

@font-face {
  font-family: "Ardeco";
  src: url("/fonts/Ardeco.ttf") format("truetype");
}

@font-face {
  font-family: "Hangyaboly";
  src: url("/fonts/Hangyaboly.ttf") format("truetype");
}

@font-face {
  font-family: "Kudryashev";
  src: url("/fonts/kudryashev-display-sans.ttf") format("truetype");
}


