
.eula {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: center;
	width: inherit;
}

.eula h1 {
	margin-top: 1em; 
	width: 100%; 
	text-align: center;	
    color: #0c326f!important;
    font-weight: 700;
    font-size: large;
}

.eula p {
	text-align: justify;
}

.eula .content {
	margin: 0.5em; 
 	padding: 0.5em;
 	border-radius: 0.5em;
	border: 1px solid lightgray;	
 	overflow-y: scroll; 
 	vertical-align: middle;
 	height: 480px;
}