/************
General
*************/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    color: #333333;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    background-image: url("../images/bg.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.container {
    max-width: 160rem;
    margin: auto;
    padding: 0 3.2rem;
}

.heading-h2 {
    font-size: 4.8rem;
    font-weight: normal;
}
