body {
    background-image: url('/resimler/zemin_arkaplan.webp');
    background-size: auto; /* Resmin boyutunu değiştirme, olduğu gibi kullan */
    background-position: top left; /* Resmin sol üst köşeye yerleşmesi */
    background-repeat: repeat; /* Resmin tekrarlanmasını sağlar */
    background-color: transparent !important; /* Beyaz rengi kaldır */
}


    margin: 20px;{
}

h1 {
    color: #333;
}

button {
    background-color: #007782;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

button:hover {
    background-color: #006682;
}

