html {
    scroll-behavior: smooth;
}

body {
    background-color: #daab15;
    line-height: 1.5;
}

#alph {
    text-align: center;
    text-decoration: none;
}

#alph a {
    text-decoration: none;
    font-weight: bold;
}

a {
    text-decoration: none;
}

#wrapper {
    font-family: verdana;
    margin: -8px 0px 0px -8px;
    word-break: break-all;
}

#banner {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: -20px 0px 0px 0px;
}

#header {
    background-color: #daab15;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
}

#main {
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    padding: 14px;
    margin: 0 auto;
    word-break: break-all;
}

p {
    word-break: break-word;
}

.nth-0n p,
.nth-2n p,
.nth-3n p,
.nth-4n p,
.nth-5n p {
    margin-top: 0;
    margin-bottom: 0;
}

.nth-2n p:nth-child(2n),
.nth-3n p:nth-child(3n),
.nth-4n p:nth-child(4n),
.nth-5n p:nth-child(5n) {
    margin-bottom: 1.2rem;
}

article {
    margin: 2rem;
}

/* width */
::-webkit-scrollbar {
    width: 15px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    height: 4em;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#google_translate_element {
    right: 1rem;
}