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.
|
|
|
/* Styles for the Japanese page*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 33%;
|
|
|
|
align-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
font-size: 36px;
|
|
|
|
color: goldenrod;
|
|
|
|
text-align: center;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
font-size: 18px;
|
|
|
|
color: goldenrod;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sectiontitle {
|
|
|
|
font-size: 24px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inset {
|
|
|
|
font-size: 36px;
|
|
|
|
color: darkblue;
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
|
|
|
|
.title {
|
|
|
|
position: absolute;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|