* {
  font-family: 'Raleway', 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;
}

.hover--text-light:hover {
  color: #fff !important;
}

aside {
  background-color: #f2f2f2;
  border-right: 1px solid #ccc;
  width: 220px;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vw;
  overflow: visible;
}

.def {
  padding-left: 220px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1.h,
h2.h,
h3.h,
h4.h,
h5.h,
h6.h {
  color: #2672ed;
  margin-top: 30px;
}

span.h {
  color: #2672ed;
}

.warn {
  color: #e00d18;
}

pre {
  background-color: #dfdfdf;
  padding: 1.5rem;
  border-radius: 3.5px;
}

.toggle {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 20px;
  background-color: #2672ed;
  border: 1px solid #fff;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, .55);
}