@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.tagline
{     font-family: 'Roboto Condensed', sans-serif;
   font-weight: 400;
  font-size:1.5em;
}
 .error
{ margin-left: 1em;
margin-right: 1em;}