Hello there, I tried to add custom CSS following all the step from the 'building a character sheets' guide, but it doesn't seems to work, Can anyone help me and see what's wrong please? @import url('<a href="https://fonts.googleapis.com/css?family=Amatic+SC:700|Arvo|Open+Sans:600" rel="nofollow">https://fonts.googleapis.com/css?family=Amatic+SC:700|Arvo|Open+Sans:600</a>'); *{ margin: 0; padding: 0; font-size: 62.5%; box-sizing: border-box; } body, th, td{ font-size: 1.5rem; } body{ background-image: url('<a href="http://www.secretvibes.eu/crbst_vieux-papier_20sv_20site.jpg?v=1w7fdch9fi6ern" rel="nofollow">http://www.secretvibes.eu/crbst_vieux-papier_20sv_20site.jpg?v=1w7fdch9fi6ern</a>'); background-size: cover; } input, td{ font-family: 'Arvo'; font-weight: 400; font-size: 1.5rem; } article{ margin: 1rem; } /* titre */ h1{ text-align: center; } h1 img{ width: 20rem; } th{ font-family: 'Open Sans'; font-weight: 600; font-size: 2rem; color: white; background: #333; } div{ display: flex; align-items: flex-start; justify-content: center; } /* colone de gauche */ section{ display: flex; flex-direction: column; align-items: center; justify-content: center; } section:first-child th{ width: 33rem; } section:last-child th{ width: 40rem; } /* Etat civil */ .etatcivil input{ width: 23rem; } .age td input{ width: 9.5rem; } /* caracteristiques */ .carac input{ width: 8rem; } /* Etat */ .etat input{ width: 8rem; } /* bio */ textarea{ width: 33rem; height: 10rem; font-family: 'Avro'; font-weight: 400; font-size: 1.7rem; padding: 0.5rem 1rem; } .bio textarea{ width: 40rem; height: 20rem; } /* armes */ .armes input{ width: 21rem; } /* blessures */ .blessure input{ width: 19.9rem; } /* notes */ .notes textarea{ width: 40rem; height: 15rem; font-size: 2rem; } .notes textarea{ font-family: 'Amatic SC'; font-weight: 700; font-size: 2rem; } /* relations */ .relations input{ width: 7.8rem; }