/* @import url('https://fonts.googleapis.com/css2?&family=Raleway:wght@900&display=swap'); */ * { box-sizing: border-box; } html { /* font-family: 'Dosis', sans-serif; */ font-family: 'Raleway', sans-serif; } .page { margin: 0; padding: 0; display: grid; overflow: hidden; }