body {
    background-color: #FFFFFF;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

p {
    text-align: justify ;
    font-size: 20;
}

a {
    font-size: 20;
}

img {
text-align: left;
}

hr {
float: center;
}

.right {
    position: absolute;
    right: 0px;
    width: 310px;
}

.container {
    position: relative;
    width: 100%;
	height:310px;
}

.height{
	float: center;
	margin: auto;
	position: block;
	height:598px;
    width: 100%;
	align: center;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    z-index: 1000;
}
.cookie-consent button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}