You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
441 B

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Orbitron:wght@600&display=swap');
html, body{
height: 100%;
width: 100%;
margin: 0;
}
body {
font-family: Manrope, sans-serif;
line-height: 1.6;
}
.s-center {
text-align: center;
}
@media screen and (min-width: 1024px) {
.s-center {
text-align: left;
}
}
.flex{
display: flex;
}
.nods {
display: block;
}