34 lines
522 B
SCSS
Raw Normal View History

2025-10-21 01:14:13 +07:00
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
2025-10-21 15:11:46 +07:00
html {
2025-10-21 01:14:13 +07:00
font-family: 'Noto Sans JP';
font-size: 15px;
}
*,
*::before,
*::after {
2025-10-21 15:11:46 +07:00
margin: 0;
padding: 0;
2025-10-21 01:14:13 +07:00
position: unset;
}
2025-10-21 15:11:46 +07:00
img {
max-width: 100%;
height: auto;
2025-10-21 12:48:19 +07:00
}
p {
font-size: 1rem;
margin: 1em;
line-height: 1.5;
text-align: center;
}
h2 {
color: var(--vt-c-main-color);
font-size: 1.5rem;
margin-bottom: 1rem;
text-align: center;
}