/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 90%;
	height: auto;
}
* {
  box-sizing: border-box;
}

body {
    font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 112.50%;
    background-color: #095d7e;
        
}
.contanier {
    width: 80%;
    margin: 2% auto;
    background-color: #f1f9ff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding-bottom: 2%;
}
h1 {
    font-size: 180%;
    color: #14967f;
    text-align: center;
    margin: 2%;
}
h2 {
    font-size: 150%;
    color: #14967f;
    text-align: center;
    margin: 2%;
}
p {
    padding: 2%;
    line-height: 1.5;
}
.credits {
    font-size: 80%;
    padding: 1%;
    line-height: 0.25;
    text-align: center
}
.italic {
    font-style: italic;
}
.centerit {
    text-align: center;
}
address {
    text-align: center;
}
footer {
    margin-top: 2%;
}