* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
      Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	
	
  }



html {
  height: 100%;
}

body {
  top: 0px;
  left: 0px;
  height: 100%;
  font-family: Arial, sans-serif;
}

form input,
form textarea,
form select {
  font-size: 16px;
}

img {
max-width: 800px;
padding-bottom: 20px;
margin-top: 160px;
	width: 100%;
}

.image {
	
	max-width: 800px;
padding-bottom: 0px;
margin-top: 10px;
	width: 100%;
	
}



button {
  padding: 6px 12px;
margin-left: 0px;
  border: none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
	/*
.mainPart {
	
	background-image: url(../images/landingImage.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
} */

.spacer5px {
  margin: 5px 0px;
}

.spacer10px {
  margin: 10px 0px;
}

.spacer20px {
  margin: 20px 0px;
}

.spacer40px {
  margin: 40px 0px;
}

h1, h2, h3 {
  line-height: 1.1;

}

h4 {
	font-size: 1.3rem;
	text-align: right;
	color: rgba(1,13,65,1.00);
	
	
}

p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 70ch;
  text-wrap: pretty;
}

a {
  color: rgb(40, 40, 40);
}