
body{
margin:0;
font-family:Arial,sans-serif;
scroll-behavior:smooth;
}

.navbar{
position:fixed;
top:0;
width:100%;
background:#07142d;
padding:20px 40px;
display:flex;
justify-content:space-between;
align-items:center;
box-sizing:border-box;
z-index:1000;
}

.logo{
color:white;
font-weight:700;
font-size:20px;
}

.menu a{
color:white;
text-decoration:none;
margin-left:24px;
font-weight:600;
}

.menu a:hover{
color:#ff9800;
}

.hero{
height:100vh;
background:linear-gradient(90deg,#ff5b00,#ff9800);
display:flex;
align-items:center;
justify-content:center;
color:white;
text-align:center;
padding-top:80px;
}

.content h1{
font-size:72px;
margin:0;
}

.content p{
font-size:24px;
}

.section{
padding:120px 40px;
min-height:400px;
}

.alt{
background:#f5f1ea;
}

.dark{
background:#07142d;
color:white;
}

h2{
font-size:52px;
margin:0;
}
