@font-face {
    font-family: 'Century';
    src: url('../fonts/century_gothic.woff') format('woff');
}

body {
    background-color:#fff;
    color:#000000;
    font-family:"Century";
}
/*
div {
  width: 100%;
  height: 80;
  text-align: right;
  position: absolute;
  bottom: 20px;
  }
*/

.center {
    text-align: center;
}

h2 {
    font-size: smaller;
}

  #vert-hoz{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-198px;/* half elements height*/
	margin-left:-313px;/* half elements width*/
	width:624px;
	height:450px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
}


.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.centerbox {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

