@charset "utf-8";

div.container{
width: 90%;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center
}

img.header_logo{
width: 40%;
max-width: 150px;
margin: 0px auto 20px auto;
}

h1{
font-size:20px;
margin-bottom: 20px;
}

h2{
font-size:16px;
line-height: 1.6;
margin-bottom: 15px;
}

h3{
font-size:14px;
line-height: 1.6;
margin-bottom: 40px;
}

footer.footer{
padding-top: 20px;
border-top:solid 1px #fff;
}

p.copy{
font-size:11px;
}