@charset "utf-8";
/* For web fonts */
html {
    visibility: hidden;
}
html.wf-active, html.loading-delay {
    visibility: visible;
}
:root {
    color: #000099;
    /* Adobe Fonts */
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
}

a{
    color: #000099;
    text-decoration: none;
}
a:hover{
    color: #ffff55;
}
.page{
    background-size: cover;
    background-image: linear-gradient( #cc66FF,#9966FF);
    min-height: 90vh;
}
.main-contents{
    margin-left: 36px;
    margin-right: 36px;
}
.intro h1, h2, h3, li{
    margin-bottom: 10px;
}
/* .buttons{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
} */
.buttons button{
    font-size: 1rem;
    color: #fff;
    border-radius: 5px;
    padding: 0.5rem 0.5rem;
    margin: 10px;
    text-align: center;
}

.buttons #pink{
    background-color: #FF33FF;
}
.buttons #pink:hover{
    background-color: #ffff55;
    color: #000099;
}
.buttons #momo{
    background-color: #FF99FF;
}
.buttons #momo:hover{
    background-color: #ffff55;
    color: #000099;
}
.buttons #red{
    background-color: #FF3366;
}
.buttons #red:hover{
    background-color: #fff;
    color: #000099;
}
.buttons #pass-text{
    background-color: #9999FF;
}
.buttons #pass-text:hover{
    background-color: #ffff55;
    color: #000099;
}
.pass-code h2{
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000099;
    color: black;
}
footer {
    background-color: #000099;
    background-size: cover;
    min-height: 10vh;
    text-align: center;
    line-height: 10vh;
}
footer a {
    color: #fff;
    font-size: 0.875rem;
}
footer a:hover{
    color: #ffff55;
}