html, body {
	height: 100%;
 font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 color: #ffffff;
 text-shadow:2px 2px 3px #06769a;
}

h1 {
    font-size: 48pt;
    margin: 50px 0;
    }

h2 {
    font-size: 32pt;
}

p {
 font-size: 16pt;
 margin: 10px;
}

h1,h2, h3, p, img {
  text-align: center;
}

a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #9999FF; }
a:active { color: #FFFFFF; }

.parent {
    border: 1px solid #aaa;
    position: relative;
    height: 80%;
    width: 80%;
    margin: 10% auto;
}

.inner {
    border: 1px solid #aaa;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    background-image: url(./ravylets2019sx.jpg);
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    font-size: 36pt;
}
