﻿.p.aciklama{
    color:black;
}
/* wwwroot/css/site.css */
body {
    font-family: Arial, sans-serif;
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border: 1px solid #888;
}

.modal-content {
    background-color: #fefefe;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
    }

button {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}
