body {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
}

nav a {
  display: inline-block;
  margin: 1em;
}

form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 80%;
  height: 60%;
}

.flex {
  display: flex;
}
.fdc {
  flex-direction: column;
}

.jcc {
  justify-content: center;
}
.jcb {
  justify-content: space-between;
}
.jce {
  justify-content: space-evenly;
}

.aic {
  align-items: center;
}
.aifs {
  align-items: flex-start;
}
.aife {
  align-items: end;
}

.tac {
  text-align: center;
}

.shadow {
  box-shadow: rgba(149, 157, 165, 0.407) 0px 8px 24px;
}

#no-style-anchor {
  text-decoration: none;
  color: black;
}

#mgt {
  margin-top: 20px;
}

body {
  margin: 0px;
}

/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Sacramento', cursive; */
