#container {
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 200px;

	padding: 10px 150px 10px 150px;

	border-radius: 15px;
/* 	background-color: #F0F0F0; */

	text-align: left;
}

.content-contact {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #404040;
  margin-bottom: -10px;
  font-weight: 700;
}

.content-name {
  font-family: 'Lato', style:sans-serif;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom:30px;
  font-weight: 300;
}
  
body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  color: #404040;
  margin-bottom: -10px;
  font-weight: 700;
}
  
h2 {
  font-family: 'Lato', style:sans-serif;
  font-size: 18px;
  margin-bottom:30px;
  font-weight: 300;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: dimgrey;
  margin-bottom: -10px;
  
}

li {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
