*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Segoe UI',Roboto,Arial,sans-serif;
background:#0f1115;
color:#e5e5e5;
line-height:1.6;
}

.container{
max-width:1200px;
margin:0 auto;
}

.section{
padding:90px 20px;
}

h1,h2,h3{
font-weight:600;
}

a{
text-decoration:none;
color:inherit;
}