#bib {
    display: none;
}

h1 {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
}

.saveNote {
    font-size: .75rem;
    color: #999;
    font-style: italic;
    padding: 1rem 0;
}

body {
    font-size: 2rem;
    line-height: 1
}

input[type="text"], select {
    height: 2.5rem;
    margin-bottom: .5rem;
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
    margin-bottom: .25rem
}

.cntMain {
    margin: 0 auto;
    padding: 1rem;
    margin-top: 1.5rem;
}

/* MEDIUM */
@media screen and (min-width: 40em) {
}

/* LARGE */
@media screen and (min-width: 64em) {
      input[type="text"], select {
        font-size: 1rem !important;
        height: 3rem !important;
    }
}