﻿a{
    color:darkred;
    font-size:14px;
}
.menu {
    width: 100%;
    padding:10px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px thin black;
    text-align:right;
    background-color:lightgray;
}
.container {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    border: 1px thin black;
}
.satir {
    display: flex;
    justify-content: center; 
    gap: 20px;
    margin-top: 20px;
}
.kart {
    border: 1px solid black;
    padding: 10px;
    height: 300px;
    background-color: lightgrey;
    display: flex; 
    justify-content: center;
    align-items: center;
}
.resim {
    max-width: 100%;
    max-height: 100%;
}
.alt {
    margin-top: 20px;
    margin-bottom: 0;
    background-color: lightgray;
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
    padding: 40px;
    bottom: 0; 
    left: 0; 
    width: 100%; 
}
section{
    font-size:20px;
}
nav{
    width:90%;
    /*height:80px;*/
    background-color:aquamarine;
    padding:10px;
    border:5px solid red;
    margin:40px;
    text-align:right;
    font:bold 28px verdana;

}
nav>a{
    color:red;
    text-spacing:insert;
}

body {
    background-image: url('img/logo.png');
    background-position: center; /* ortala */
    background-repeat:no-repeat; /* tekrarlamasın */
    /*background-size: cover;*/ /* ekranı kaplasın (aspect ratio korunur) */
    /*background-attachment: fixed;*/ /* sayfa kaydırıldığında sabit kalsın */
    /*background-color: #222;*/ /* resim yüklenmezse fallback renk */
}
