@charset "utf-8";
/* CSS Document */
body {
	background-color: #0a4a8a;
	font-family: Open Sans, sans-serif;
	color: #fff;
	margin-top: 50px;
}

.center {
	text-align:center;
}

.container {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}
.row {
	display: flex;
	justify-content: space-between;
}

.logo {
	width: 30%;
}

.titlu {
	width: 65%;
	justify-content: space-between;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: 400;
	float: right;
}
.imagine {
	width: 100%;
	height: 516px;
	background-image: url(briteon-img.png) ;
	background-size: cover;
	text-align: center;
	box-shadow: 2px 2px 10px #222;
}
button {
	font-size: 1.2em;
	font-weight: bold;
  	padding: 15px 25px;
    color: #fff;
    background: none;
    border-radius: 15px;
    border: 1px solid #FFF;
		margin-top: 32%;
}
