@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
    margin: 0;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:0.90rem;
    color: #333;
    line-height: 1.6em;
}
.header {
    background: #000;
    text-align: right;
    padding:15px 0;
    font-size: 12px;
}
.header a {
    color: #fff;
}
section {
    padding: 40px 0;
}
h1 {
    line-height: 1.2em;
    font-size:2rem;
    font-weight: 900;
}
h2 {
    line-height: 1.2em;
    font-size:1rem;
    font-weight: 700;  
}