
  @import url('https://fonts.googleapis.com/css2?family=Chakra+Petch&family=Give+You+Glory&family=Gloria+Hallelujah&family=Handjet:wght@200;300&family=IBM+Plex+Mono:ital,wght@0,100;0,400;1,100;1,400&family=Roboto+Mono:wght@100&family=Shadows+Into+Light&family=Sometype+Mono&family=Young+Serif&display=swap');


* {
    background-color: #dce7e9;
    color: #333;
    font-family: 'Nunito', sans-serif;
}

h1 {
    text-align: center;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bilgi-karti {
    border: 2px solid black;
    padding: 10px;
    margin: 10px;
    text-align: center;
    max-width: 300px;
    flex: 0 0 calc(33.33% - 10px);
    margin-right: 10px;
}

/* .bilgi-karti h2 {
    font-family: 'Give You Glory', cursive;
} */

.bilgi-karti p {
    font-size: 12px;
}

.p-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.p-container p {
    max-width: 100%;
    height: auto;
}

.img-container {
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}