/* içerik sayfaları CSS kodları */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}
a{
    text-decoration: none;
}
article{
    width: 100%;
    height: auto;
    margin-top: 75px;
}
article .resimler img{width: 32%; padding-left: 3%; padding-right: 1%;}
article h1{text-align: center; color: rgba(0, 0, 0, 0.5);}
article h2{text-align: center; color: rgba(0, 0, 0, 0.5);}
article p{align-items: center; color: rgba(0, 0, 0, 0.5); text-indent: 25px; padding-left: 1%; padding-right: 1%; text-align: justify;}
article a{color: #900;}
article .resimler iframe{width: 100%;}