.nanum-gothic coding-regular {
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    font-family: "Nanum Gothic Coding";
    margin: 0;
}

#select-window {
    margin: auto;
    border-radius: 4px;
    border: 2px solid #fff;
    width: 75%;
    min-width: 480px;
    max-width: 960px;
    max-height: 500px;
    padding: 12px;
}

#search-div, #page-div, #results-div, #footer-div {
    padding: 12px;
    padding-top: 0;
    font-family: inherit;
    color: #fff;
    font-size: 14px;
}
#search-div {
    padding-top: 12px !important;
    height: 36px;
}
#search-div > input {
    height: 100%;
    width: 100%;
    padding: 0 12px;
    border-radius: 4px;
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    font-family: inherit;
}
#results-div {
    overflow-y: scroll;
    height: 300px;
}
#page-div {
    text-align: center;
}
#footer-div {
    display: flex;
    justify-content: space-between;
}

.select-button {
    margin-top: 64px;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
    font-family: inherit;
}
.select-button:hover {
    background-color: #333;
    cursor: pointer;
}
.select-button-active {
    background-color: #fff;
    color: #000;
}
#page-div {
    height: 32px;
}

td > img, .table-cover {
    width: 64px;
    border-radius: 4px;
    margin-left: -6px;
}
.table-duration {
    width: 48px;
    text-align: right;
}
td {
    height: 64px;
    padding: 4px 6px;
}
tr:hover {
    background-color: #111;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
td > h1 {
    font-family: inherit;
    font-size: 18px;
    color: #fff;
}
td > h2 {
    font-family: inherit;
    font-size: 18px;
    color: #fff8;
}
p {
    display: inline;
    color: #fff8;
}
#footer-div > img {
    height: 32px;
}
.invisible {
    filter: opacity(0);
    visibility: hidden;
    transition-duration: 0.5s;
}
.visible {
    filter: opacity(1);
    visibility: visible;
    transition-duration: 0.5s;
}
#menu-button {
    position: absolute;
    z-index: 2;
    left: 24px;
    top: 24px;
    padding: 12px 12px;
    border-radius: 4px;
    background-color: #000;
    border: 2px solid #555;
    color: #555;
    font-family: inherit;
}
#menu-button:hover {
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}
#title-card {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#title-card > h1 {
    font-size: 64px;
    font-style: italic;
    color: #fff;
    margin: 24px 0;
}
#title-card > h2 {
    font-size: 36px;
    color: #fff;
    margin: 0;
}
#title-card > h3 {
    font-size: 24px;
    color: #fff8;
    margin: 36px 0;
}
#title-card > img {
    width: 128px;
}
#lyric-card {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#lyric-card > h4 {
    font-size: 48px;
    margin: 24px;
}
.lyric-idle {
    color: #fff;
}
.lyric-active {
    color: #fb0;
}