34 lines
522 B
SCSS

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
font-family: 'Noto Sans JP';
font-size: 15px;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
position: unset;
}
img {
max-width: 100%;
height: auto;
}
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;
}