img{
display:block;
margin-left:auto;
margin-right:auto;
width:100%;
max-width:1280px;
object-fit:cover;
object-position:center;
height:400px;
}
article{
background-color:#f8f9fa;
border:1px solid #a2a9b1;
padding:1em;
width:100%;
max-width:1280px;
margin:auto;
margin-bottom:1em;
}
.getStarted div{
display:flex;
justify-content:center;
gap:1em;
}
nav ul{
display:flex;
align-items:center;
gap:1em;
}
nav ul li{
list-style:none;
font-size:1.2em;
}
