﻿.container {
    max-width: 1159px;
    margin: 0 auto;
    padding-top: 20px;
}

h1 {
    text-align: center;
}

.container p {
    margin: 0 auto;
    max-width: 1280px;
    font-family: 'Poppins', sans-serif;
}

.deneme {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #ff0000; /* Kırmızı renk */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Gölgelendirme */
}





.body {
    font-family: 'Poppins', sans-serif;
}
