:root {
  /* --width: 1440px; */
  --width: 1240px;
}

.btn-press {
  transition: all 0.3s ease;
}
.btn-press:active {
  transform: scale(0.95);
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
