/* You can add global styles to this file, and also import other style files */
body {
    background: #134E5E;  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.fontTitle {
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
}
.textError {
    font-size: 1rem;
}

/*# sourceMappingURL=styles.css.map*/