@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat','sans serif';
    box-sizing: border-box;
}
body {
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}
section {
  padding: 60px 5%;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}