styles.css 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /* You can add global styles to this file, and also import other style files */ body { height: 100%; width:100%; margin: 0; padding: 0; } html { font-family: 'Montserrat', sans-serif; background-color: #FFe8e8; }