body {
    background-color: #343a40;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.example-icon {
    width: 50px;
    height: 50px;
    fill: #bebebe; /* İkon rengi */
}

.container {
    background-color: #343a40;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}

a {
    color: #fff;
    text-decoration: under;
}

a:hover {
    text-decoration: underline;
}

/* contact us bağlantısının rengini beyaz yapmak için */
.contact-us-link {
    color: #bebebe !important;
}

.contact-us-link:hover {
    text-decoration: underline;
}

#mc_embed_signup {
            
            clear: left;
            font: 14px Helvetica, Arial, sans-serif;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }
        #mc_embed_signup .mc-field-group {
            margin-bottom: 15px;
        }
        #mc_embed_signup .mc-field-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        #mc_embed_signup .button {
            background-color: #007BFF;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
        }
        #mc_embed_signup .button:hover {
            background-color: #0056b3;
        }
		
		#mc_embed_signup .mc-field-group {
    	padding-bottom: 0% !important;   
}
#mc_embed_signup #mce-success-response {
    color: #fff !important;
    display: none;
}


#mc_embed_signup div.response {
	margin: 0px 0 !important;
    padding: 0px 0px 10px 0 !important;
    justify-content: center !important;
    font-weight: bold;
    float: none !important;
	width: auto !important;
}
#mc_embed_signup .foot {
    display: flex !important ;
    grid-template-columns: 1fr !important;
    justify-content: center !important;
}

#mc_embed_signup .button {
    font-size: 18px !important;
    font-weight: normal;
    height: 40px !important;
    line-height: 40px !important;
}
#mc_embed_signup div#mce-responses {
    float: inherit !important;
    width: 96% !important;
    margin: 0 0 0 0 !important;
}