@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat'), url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap') format('woff');
}

body { 
  background: #f6f6f6;
}

p {
  color:#3c2e23;
  font: 18px 'Montserrat', helvetica, sans-serif;
  line-height: 26px;
  margin:0;
}

.content {
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: 100%;
	background-color: #f6f6f6;
}

h1 {
    font: 22px 'Montserrat', helvetica, sans-serif;
    font-weight: 600;
    padding: 20px;
    color: #3c2e23;
    text-transform: uppercase;
    line-height: 32px;
    margin:0;
}

.image {
	margin-top: 20px;
    margin-bottom: 20px;
}
