* {
  font-family: 'Source Sans Pro', sans-serif;
}

html {
  scroll-behavior: smooth;
}


.mdi {
  font-size: 1rem;
}

.full-screen {
  min-width: 100vw;
  min-height: 100vh;
}

.full-screen.center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card.defined {
  width: 480px;
}

.card {
  background: #efefef;
  box-shadow: inset 1px 0px 15px -7px rgba(0,0,0,0.8);
  border-radius: 4px;
  padding: 1rem 1.6rem;
}

.card .title {
  font-size: 2rem;
}

.card .title.center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}