@font-face {
  font-family: 'Superclarendon';
  src: url('../fonts/superclarendon-regular.ttf') format('truetype')
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype')
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype')
}
@font-face {
  font-family: 'Florenceans';
  src: url('../fonts/Florsn46.ttf') format('truetype')
}

.maura {
  font-family: 'Florenceans';
  font-size: 64px;
}


.welcome {
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: center;
}

.inkdrop {
  width: 96px;
  height: 96px;
}

h1, h2, h3 {
  font-family: 'Montserrat-SemiBold', roboto;
  color: navy;
}

h1 {
  text-align: center;
  font-size: 2rem;
}

