body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #1d1f21;
    color: #ffffff;
    /* Yazı rengi beyaz */
    font-family: 'Ubuntu', sans-serif;
    /* Ubuntu Font */
}

hr {
    margin: 2px;
    border: none;
    border-top: 2px solid #4a4a4a;
}

#canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
}

.checkbox label {
    margin-right: 10px;
    color: #ffffff;
    /* Yazı rengi beyaz */
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff;
    /* Neon etkisi */
}

form {
    margin-bottom: 0px;
}

.btn-play,
.btn-settings,
.btn-spectate {
    display: block;
    height: 35px;
    background-color: #3a3a3a;
    color: #ffffff;
    /* Yazı rengi beyaz */
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    /* Kalın font */
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-play:hover,
.btn-settings:hover,
.btn-spectate:hover {
    background-color: #5a5a5a;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-play {
    width: 100%;
    float: left;
}

.btn-settings {
    width: 13%;
    float: right;
}

.btn-spectate {
    display: block;
    float: right;
}

#adsBottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#adsBottomInner {
    margin: 0px auto;
    width: 728px;
    height: 90px;
    border: 5px solid #f0f0f0;
    border-radius: 15px 15px 0 0;
    background-color: #2b2b2b;
    box-sizing: content-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.region-message {
    display: none;
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    color: #ff6b6b;
}

#nick,
#locationKnown #region {
    width: 50%;
    float: left;
}

#spectateBtn {
    width: 100%;
    float: right;
}

#gamemode {
    width: 50%;
    float: right;
}

#helloDialog {
    width: 380px;
    background-color: #000000;
    /* Arka plan rengini siyah yap */
    margin: 10px auto;
    border-radius: 15px;
    padding: 15px;
    /* İçerik için daha fazla boşluk */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

#helloDialog h1,
#helloDialog p {
    color: #ffffff;
    /* Yazı rengi beyaz */
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff;
    /* Neon etkisi */
}

#chat_textbox {
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    color: #FFF;
    height: 30px;
    text-indent: 12px;
    left: 10px;
    width: 320px;
    border-radius: 8px;
    margin-right: 5px;
}

#chat_textbox:focus {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

#a300x250 {
    width: 300px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

#a300x250:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* Yeni eklenen stil */
.custom-div {
    position: absolute;
    border-radius: 15px;
    padding: 15px;
    width: 75.33%;
    left: -300px;
    background-color: #FFFFFF !important;
    /* Arka plan rengini belirle */
    z-index: 10;
    /* Z-index ekle */
    color: #ffffff;
    /* Yazı rengi beyaz */
    font-family: 'Ubuntu', sans-serif;
    /* Ubuntu Font */
    font-weight: bold;
    /* Kalın font */
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff;
    /* Neon etkisi */
}

#helloDialog {
    width: 380px;
    background-color: #000000;
    /* Arka plan rengini siyah yap */
    margin: 10px auto;
    border-radius: 15px;
    padding: 15px;
    /* İçerik için daha fazla boşluk */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.684662);

}

#helloDialog a {
    color: #ffffff;
    /* Yazı rengi beyaz */
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff;
    /* Neon etkisi */
    font-weight: bold;
    /* Kalın yazı */
}

#helloDialog label {
    color: #ffffff;
    /* Yazı rengi beyaz */
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff;
    /* Neon etkisi */
}

#helloDialog input[type="email"],
#helloDialog input[type="password"],
#helloDialog input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.1);
    /* Giriş alanları için arka plan */
    color: #ffffff;
    /* Yazı rengi beyaz */
    border: 1px solid #ffffff;
    /* Kenar rengi beyaz */
    border-radius: 5px;
    /* Kenar yuvarlama */
    padding: 5px;
    /* İç boşluk */
    width: calc(100% - 12px);
    /* Giriş alanının genişliği */
    box-shadow: 0 0 5px #ffffff;
    /* Neon efekti */
}

#helloDialog input[type="submit"] {
    background-color: #3a3a3a;
    /* Buton arka plan rengi */
    color: #ffffff;
    /* Yazı rengi beyaz */
    cursor: pointer;
    /* İmleç değişimi */
}

#helloDialog input[type="submit"]:hover {
    background-color: #5a5a5a;
    /* Hover efekti */
    transform: translateY(-3px);
    /* Hover hareketi */
    box-shadow: 0 0 10px #ffffff;
    /* Hoverda neon etkisi */
}