27 lines
377 B
CSS
27 lines
377 B
CSS
@import url(/static/resources/fonts/Raleway/stylesheet.css);
|
|
|
|
body {
|
|
font-family: Raleway, sans-serif;
|
|
}
|
|
|
|
.overlay {
|
|
position: relative;
|
|
padding: 50px;
|
|
}
|
|
|
|
.btn-social {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
#particles-js {
|
|
background-color: black;
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 0;
|
|
}
|