@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
/* import from google */


* {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*This change was necessary to ensure that the feedback 
button is always placed below the content*/
:root main {
  height: 96vh;
  padding-bottom: 10px;
}


/*# sourceMappingURL=main.e6981a0f.css.map*/