﻿body {
    background: linear-gradient(to right, #41295a, #2f0743);
    color: white;
    font-family: 'Arial', sans-serif;
}

.bg-info1 {
    background-color: #51386c;
    border-radius:5px;
}

h1 {
    color: #fff;
}
h2 span{color:#ffd800;}

ul {
    margin-top: 0;
    font-size: 1rem;
}

i.fa-chevron-right {
    margin-right: 10px;
}

.text-muted {
    color: #e0b0ff !important;
}

.highlight {
    color: #ff69b4;
    font-weight: bold;
}

.logo {
    margin: 0 auto;
    width: 150px;
    background-color: white;
    border-radius: 50%;
    margin-bottom: 30px;
}

.display-6 {
    font-size: 1.2rem;
}

.alt-baslik {
    color: #ffd800;
    font-weight: bold;
    margin-bottom:20px;
}

.contents {
    margin-bottom: 40px;
    margin:0 auto;
    max-width:380px;
    padding:15px;
    background-color:#51386c;
    border-radius:5px;
}

    .contents h2 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        color: #ff69b4;
    }

    .contents ul {
        list-style-type: none;
        padding-left: 0;
    }

        .contents ul li {
            margin: 10px 0;
        }

            .contents ul li a {
                color: #ffd800;
                font-size: 1.1rem;
                text-decoration: none;
            }

                .contents ul li a:hover {
                    text-decoration: underline;
                }

                .border-white-3{
                    border: 5px solid #fff;
                }