body{
font-family:Poppins, Arial;
margin:0;
background:#f4f7fb;
}

header{
background:#0A2A66;
color:white;
padding:20px;
}

nav a{
color:white;
margin:15px;
text-decoration:none;
}

.hero{
background:url('images/banner.jpg');
height:500px;
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
color:white;
}

.section{
padding:50px;
background:white;
margin:30px;
}

.btn{
background:#E63946;
color:white;
padding:15px 30px;
text-decoration:none;
}

footer{
background:#0A2A66;
color:white;
padding:20px;
text-align:center;
}