*, :after, :before {
    box-sizing: border-box;
}

html {
    font-family: 'Roboto', sans-serif;
    color: rgba(0,0,0,.87);
}

#main {
    position: relative;
}
