/* Temel stil ayarları */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}
.containerr{
    background-color: antiquewhite;
    width: 100%;
    height: auto;
    padding: 2rem;
    margin:auto;
    position: relative;
    top:5rem;
    border-radius: 1rem;   
}

@font-face {
    font-family: 'gta text'; /* Yazı tipinin adı */
    src: url('../fonts/pricedown bl.otf') format("opentype"); /* Yazı tipinin yolu */
    font-display: swap;
    /* Diğer özellikler */
}
.gta-text {
    font-family: 'gta text', sans-serif; /* GTA yazı tipini kullan */
    /* Yazı tipi boyutunu ayarla */
    /* Diğer stil ayarları */
}
.gradient-text {
    color: transparent;
    background: linear-gradient(to right, #42f5a7, #42b6f5);
    -webkit-background-clip: text;
    background-clip: text;
     text-align: right;
}
/* Sayfa üstü başlık stil ayarları */
header {
    background-color: #333;
    color: #fff;
    text-align: center;
}

/* Ana menü stil ayarları */
nav {
    background-color: #444;
    color: #fff;
    text-align: center;
    padding: 10px;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav li {
    display: inline;
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.navbar-nav .nav-link:hover {
    color: #ff5733; /* veya istediğiniz başka bir renk */
}

.navbar-nav  .active {
    color: #ff5733 !important;  /* veya istediğiniz başka bir renk */
}

/* Ana içerik stil ayarları */
main {
    padding: 20px;
}

/* Sayfa alt bilgi stil ayarları */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

/* Bağlantı hover efekti */
a:hover {
    color: #ff5733;
}
