.container {
    height: 320px;
    width: 30%;
    background-color: #F1F1F1;
    border-radius: 1rem; 
   
}
.deneme {
    height: 10rem;
    width: 10rem;
    background-color: blue;
}
.orta-ekran {
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-top: 1rem;    
}
p {
    font-weight: bold;
}
.baslik {
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
    
}

textarea {
  resize: none;
  height:1rem;
  width:90px;      
  
}
.dsp {
    display: inline;
}
.kutuGölgesi {
        box-shadow: 3px 3px 3px #0F3D3E;
        opacity: .8;
        transition: all 2s;  
}
.kutuGölgesi:hover {
    box-shadow: 3px 3px 10px #0F3D3E;
    opacity: 1;
    transition: all 1s;  
}
.contAna {
    margin-top: 1rem;
    width: 99%;
    display: flex;
    margin-bottom: 2rem;
}
body {
    background-image: url("bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn:hover {
    color: #EF5B0C;
    transition: all .5s;
}
.banka {
    background-image: url("indir.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}