html, body {
    height: 100%;              
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

body {
    padding: 1.1rem;
}

/* text */
.bodyt {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12.5px;
    line-height: 1.3;
    letter-spacing: .3px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

@font-face {
    font-family: st-light;
    src: url("STSongti-TC-Light-06.woff");
}

.songti {
    font-family: st-light;
    font-size: 22px;
    line-height: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    word-spacing: 4px;
}

a {
    color: black;
    text-decoration: none;
}
  
a:visited {
    color: black;
}

a:hover {
    cursor: pointer;
}

/* */

.splash {
    display: block;
    /* color:red; */
}

.info {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 1.1rem;
}

footer {
    margin-block-end: 0em;
}

/* sticky footer */
.show {
    flex: 1; /* pushes footer to bottom if content is short */
}

.back {
    position: static;    /* reset from absolute */
    margin-top: 2rem;
    padding-bottom: 1.1rem;
}

.pgcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.home {
    display: none;
}

.hov {
}

.hov:hover {
    cursor: pointer;
}

/* phone */
@media(max-width: 800px){ 
    .body {
        font-family: Arial, Helvetica, sans-serif;
    }
}
