body {
    margin: 0;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
}

.container {
	text-align: center;
	background-color: #009fe3;
	max-width: 85%;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	color: white;
}

.logo img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
h1 {
	font-size: 2em;
	margin-bottom: 20px;
	color: white;
}

.statement {
	font-size: 1.1em;
	color: #fff;
	margin-bottom: 30px;
	margin-right: 10%;
	margin-left: 10%;
}

.contact-info p {
	font-size: 1em;
	color: #fff;
}

.contact-info a {
    color: #FFF;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}
