a {
    color: #cce;
    -webkit-text-stroke-color: #6655BB;
}
button {
    text-decoration: none;
    font-size: 14px;
}
body {
    background-color: #040102;
}
#age-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    color: white; z-index: 9999;
    text-align: center;
    padding-top: 150px;
}
#main {
    font-family: 'Arial', Times, serif;
    font-size: 20px;
    line-height: 18px;
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    color: #ecc;
    paint-order: stroke fill;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #BB5566;
}
.modal-button {
    padding: 10px 20px;
    font-size: 18px;
}
.title {
    background: url(images/background.jpg);
    border-radius: 10px;
    border: 2px solid #993344;
    width: fit-content;
    padding: 14px 20px;
}
iframe {
    border: none;
}