mshanker's picture
Upload 47 files
f07bf73
raw
history blame contribute delete
306 Bytes
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
body {
margin: 0;
font-family: "Raleway", serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: linear-gradient(to left, rgb(27 20 41), rgb(20 15 35));
}