body {
    background-color: #1B0F1A;
    color: #EDEDFF;
    overflow-x: hidden;
}

.container {
    background-color: #1B0F1A;
    text-align: center;
    width: 960px;
    margin: auto;
}

.contents {
    width: 920px;
    margin: auto;
}

.contents img {
    width: 142px;
    height: 142px;
}

.contents table, tr, td {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 2px;
    background-color: #ABABD806;
}

iframe {
    border: none;
    height: 64px;
    width: 384px;
}

::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-thumb {
    background: #ABABD850;
}

a:link {
    color: #EDEDFF;
}
a:visited {
    color: #ABABD8;
}
a:active {
    color: #ABABD8;
}