.container{position: relative; top: 200px;}

body {
  background-color: white;
  color: #474a4f;
  text-align: center;
  margin: 0 auto;
  height: auto;
  padding: 10px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

.container {
	min-width: 320px;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	height: auto;
	align-items: center;
}

/*.container > * {
	text-align: center;
 
}*/

.text-main {
  text-align: left;
}

.text1 {
  font-family: 'Courier New', monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.em;
  margin: 0;
}

.text2 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  margin: 0;
}

.text3 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  margin: 0;

}

.contact a:link, a:visited {
  background-color: #666;
  color: white;
  padding: 14px 25px;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
