﻿
h1 {
	text-align: center;
	vertical-align: middle;
	font-size: 36pt;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
font-size: 50pt;
	color: #939393;
	font-weight: bold;
	width: auto;
	height: 100px;
	vertical-align: top;
	text-align: center;
	font-family: Brush Script MT;
	}
.footer {
  background-color: black;
  color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  
}
h4{
	font-size: 18pt;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.insta-icon {
  width: 40px;      /* size of the icon */
  height: 40px;
  border-radius: 8px; /* make slightly rounded */
  transition: 0.2s;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF; 
* { box-sizing: border-box; 
overflow-x: hidden;}
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF; 
* { box-sizing: border-box; 
overflow-x: hidden;}
}
h5{
	font-size: 16pt;
	color: #ffffff;
}
p {
	font-size: 12pt;
}