html, body {
    margin: 0px;
    padding: 0px;
}


.header1 {
    background-color: white;
    overflow: auto;
    display: block;
    margin-left: 28px;
    margin-right: 20px;
    margin-top: 15px;
}


.invert {
    background-color: black;
}


.text1 {
	font-family: "trebuchet ms", tahoma, helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1;
    font-variant: normal;
    color: black;
    text-indent: 0%
}


.text2 {
	font-family: "lucida console", monospace;
	font-size: 0.5rem;
	font-style: normal;
    text-align: left;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	color: black;
}


.text2b {
	font-family: "lucida console", monospace;
	font-size: 0.5rem;
	font-style: normal;
    text-align: left;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	color: white;
}


.text3 {
	font-family: "lucida console", monospace;
	font-size: 0.5rem;
	font-style: normal;
    text-align: left;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	color: black;
    padding-top: 8px;
}


.text4 {
	font-family: "lucida console", monospace;
	font-size: 0.7rem;
	font-style: normal;
    text-align: center;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	color: gainsboro;
}


.margin {
  margin-top: 30px;
}


.margin1 {
    margin-top: 8%
}


.margin1b {
    margin-top: 5%
}


.margin2 {
    margin-top: 5vh;
}


.container1 {
    background-color: white; 
    width: 96%;
    margin:0px auto;display:block
}

.container2 {
    background-color: white; 
    width: 65%;
    margin:0px auto;display:block
}


.container2b {
    background-color: white; 
    width: 62%;
    margin:0px auto;display:block
}


.container2c {
    background-color: white; 
    width: 55%;
    margin:0px auto;display:block
}


.container2d {
    background-color: white; 
    width: 50%;
    margin:0px auto;display:block
}


.container2e {
    background-color: white; 
    width: 68%;
    margin:0px auto;display:block
}


.image1 {
    margin-left: 0px;
    margin-bottom: 10px
}

.image1a {
    width: 15%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image1b {
    width: 18%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image1c {
    width: 20%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image1d {
    width: 22%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image1e {
    width: 25%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image1f {
    width: 30%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image1g {
    width: 35%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image1h {
    width: 40%;
    margin-left: 0px;
    margin-bottom: 10px
}


.image2 {
    width: 65%;
}


.image2b {
    width: 62%;
}


.image2c {
    width: 55%;
}


.image2d {
    width: 50%;
}


.image2e {
    width: 68%;
}


.image3 {
    max-height: 90vmin;
    display: block;
    width: auto;
}


.image3b {
    max-height: 80vmin;
    display: block;
    width: auto;
}


.wrapper {
    display: block;
    width: min-content;
    margin: 0 auto;
}

.p0 {
    margin-top: 0.6rem;
    margin-bottom: 0rem;
    margin-left: 20px;
    margin-right: 20px;
}


.p1 {
    margin-top: 0.6rem;
    margin-bottom: 0rem;
    margin-left: 28px;
    margin-right: 28px;
}


body {
    background-color: white;
}


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

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

a:hover {
    color: lawngreen;
    text-decoration: none
}

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

