File size: 232 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
a {
text-decoration: none;
color: gold;
}
|