@charset "utf-8";

@font-face {
  font-family: 'Capriola-Regular';
  src: local('Capriola'),
       url('../fonts/Capriola-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Regular';
  src: local('Rubik'),
       url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Italic';
  src: local('Rubik'),
       url('../fonts/Rubik-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Bold';
  src: local('Rubik'),
       url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  background: #d094af;
  height: 100vh;
  justify-content: center;
  display: flex;
  align-items: center;
}


h1 {
	color: #a61d67;
	font-family: Capriola-Regular;
	font-size: 37px;
	line-height: 55px;
	text-align: center;
}


p {
  color: #4a4a49;
  font-family: Rubik-Regular;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}



.vc_column_container {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  /*margin: 5% auto 6% auto;*/
  width: 66%;
}


@media (max-width: 768px) {
  h1 {
	font-size: 27px;
    line-height: 40px;
}
}
