
.kutu {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
}

.icKutu {
    overflow:scroll;
    width: 40%;
    height: 40%;
    margin: 5% auto;
    background-color: white;
    border: 3px solid gray;
    padding: 10px;
    box-shadow: -10px -10px 25px #ccc;
}

h1.dd{
  width:70%; 
  float:left;
  color:orange;
}
.kapatButonuCerceve{
  width:20%; 
  float:right;
  cursor:pointer;
}
.kapatButonu{
  text-align:right; 
  font-size:20px; 
  font-weight:bold;
}
.clear{
  clear:both;
}