.countdown-display {
    font-size: 40 px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
   
}

#main
{
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    background-image: url("img/background.jpg");
    background-size: cover;
    background-position: center;
    height: 120px;
}
#kayit
{
    color: #00fb07;
    text-decoration: none;
}
body {
    background-color: #310409;
}
body.alt {
    background-color: #FFF0AA;
}
iframe {
    height: 65vh;
    border: none;
    border-width: 0 px;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: center;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.nav-item
{
    font-size: 24px;
    text-align: right;
    
}

.logo {
    position: fixed;
    top: 10px;  /* Yukarıdan 10 piksel boşluk */
    left: 10px; /* Soldan 10 piksel boşluk */
    width: 100px;  /* Genişlik */
    height: auto;  /* Yüksekliği orantılı ayarlar */
    z-index: 9999; /* Diğer içeriklerin üstünde kalmasını sağlar */
}
.alt p
{
    color: #000;
}
.alt h1
{
    color: #000;
}
.alt h2
{
    color: #000;
}

.alt h3
{
    color: #000;
}