html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.full-height {
    min-height: 50vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.form-area {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

::placeholder {
    font-weight: 300;
  }

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

.app-title h1 {
    font-size: 48px;
    font-weight: 400;
}

.form-title {
    padding-top: 100px;
}

.form-area label {
    font-weight: 600;
}

.form-area .form-group {
    margin-top: 10px;
}

.stone-nav {
    display: flex;
    flex-direction: row;
}

.stone-nav li {
    margin: 0 10px;
    font-weight: 500;
}

.footer-area {
    margin-top: auto;
    background: grey;
}

.footer-area p {
    padding: 10px;
    margin: 0;
    color: white;
    font-size: 15px;
}