* {
  padding: 0;
  margin: 0;
  /* overflow: hidden; */
}

body {
  background-color: #e6e8f0;
  font-family: "Montserrat",sans-serif !important;
}

.opening {
  margin-top: 6rem;
}

/* admin.ejs */

.heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.three-forms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.three{
    margin: 2rem;
}
