@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
  padding: 0px;
  margin: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Inter', serif;
  font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	color: #545454;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  background-color: #efede0;
}

.main {
	background: #FFF;
  max-width: 900px;
  margin-left: auto;
	margin-right: auto;
}

img.logo {
  width: 540px;
  padding-top: 16px;
}

img.profile {
  width: 270px;
  border-radius: 100%;
}

.pricing {
  font-weight: 500;
  color: #d1a41a;
}

.title {
  font-size: 22px;
  color: #d1a41a;
}

.phone {
  font-size: 24px;
  color: #d1a41a;
}

.footer {	
  font-size: 12px;
  padding-bottom: 3em;
  line-height: 24px;
}

@media only screen and (max-width: 450px) {
  img.logo {
    max-width: 360px;
  }
  img.profile {
    width: 200px;
  }
}