body {
    background-color: black;
    text-align:center;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
    align-content: center;
}
.container{
	background-color:#063006;

	color:white;
	margin-top:50px;
	margin-bottom:50px;
	padding:25px;
	border-radius:175px;
}
h1 {
    color: white;
	font-family:Canturbury,Arial, serif;

}
h2{
	color:white;

	margin:50px;
}
p{
	font-size:16px;
	display: table-cell;
    vertical-align: middle;
}
.line2{
	display: table;

}
.line{
	height:300px; 
	display: table;
}

/*.overlay {
    width: 300px;
    height:auto;
    margin: auto;
    text-align:center;
    position:relative;
}
.overlay_text {
    position: absolute;
    margin: auto;
        height: 300px;
        width: 300px;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
    height:250px;
    vertical-align:middle;*/