@import url(./fonts.css); body{ background: rgb(1,23,1); background: linear-gradient(150deg, rgba(1,23,1,1) 0%, rgba(1,23,19,1) 30%, rgba(12,2,35,1) 100%); } h1 { margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: 'Prompt', sans-serif; font-weight: 300; font-style: italic; color: #E4E4E4; mix-blend-mode: color-dodge; font-size: 6vw; }