body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fad9de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.main-container {
  min-height: 100vh;
  max-width: 500px;
}

.main-container header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-container header img {
  border-radius: 100%;
  max-width: 140px;
  margin: auto;
}

.main-container div.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.main-container div.form-container a {
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid white;
  width: 100%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-container div.form-container a img {
  padding: 5px 15px;
  width: 30px;
}

.main-container div.form-container a p {
  color: black;
  text-decoration: none;
  margin-left: 60px;
  text-align: center;
}

.main-container div.form-container a p:visited {
  color: blueviolet;
}

.main-container div.form-container a p:hover {
  color: blue;
}

.main-container div.form-container a:hover {
  background-color: #fad9de;
  border: 1px solid black;
}

footer {
  text-shadow: 2px 0px 1px #f3ea73;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 0;
}

footer a {
  text-decoration: none;
  color: black;
}

footer a p {
  font-size: 10px;
  padding-bottom: 20px;
}

footer a:hover {
  color: blue;
}
/*# sourceMappingURL=main.css.map */