body {
	background-image: url("images/hilltop_topo_white.png");
	background-color: #4b4f54BF;
	background-size: cover;
	background-position: center;
        display: flex;
	flex-direction: column;
	justify-content: center;
        align-items: center;
        margin: 0 auto;
	height: 100vh
}

.discalimer-class {
       	background-color: #ffffff;
        width: 600px;
/*	height: 185px;*/
        border: 12px solid #c8102e;
        padding: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.logo-class {
	margin-bottom: 20px;
}

head {
	<link rel="icon" type="image/x-icon" href="favicon.ico">

}
