
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

html, body {
    height: 100%;
    color: #fff;
  
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    margin:0 auto;
    text-align: center;
    background: #262523;
    position: relative;
    bottom: 75px;
    line-height: 1.5;

    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;

}
	


#outer {
    text-align: justify;
}

footer {
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #262523;
    box-shadow: 1px 2px 3px;
}
a {
    color: #ebf094;
    text-decoration: none;
}
span.error {
	display: block;
	padding: 5px;
	background: red;
	color: white;
}
span.hidden {
	visibility: hidden;
	padding: 0;
	margin: 0;
}
span.success {
	display: block;
	padding: 5px;
	background: green;
	color: white;
}
span.success.hidden {
	visibility: hidden;
	padding: 0;
	margin: 0;
}