/* css styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Nunito:wght@300;800&family=Roboto+Mono:wght@300;400&family=Sanchez&display=swap');

h1.title {
  text-align: center;
}
body {
  background-color: #FFFFFF;
}
h2 {
  border-bottom: 2px solid #C1C4D7;
  padding-bottom: 5px;
}
body {
  font-family: 'Nunito', sans-serif;
}
