* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body {
    font-family: 'Segoe UI', Roboto, sans-serif;
    line-height:1.6;
    color:#1E2A3A;
}
section {
    scroll-margin-top: 80px;
}
