.pageTop{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageTop .soruEkleButton{
    margin: 20px;
    font-size: 30px;
    font-family: 'Bunya PERSONAL', sans-serif;
    border-radius:10px;
    text-align: center;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.sorularContainer{
    width: 100%;
    display: flex;
    justify-content: center;
}
.sorular{
  margin: 20px 20px 0px;
  width: 1000px;
}


.sorular::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
.sorular::-webkit-scrollbar-track {
  background: #888;
}

/* Handle */
.sorular::-webkit-scrollbar-thumb {
  background: #d12626;
  height: 1px;
}

/* Handle on hover */
.sorular::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pageEnd{
  width: 100%;
  display: flex;
  justify-content: center;
}
#pdfButton{
    background-color: #303a45;
    border: none;
    font-weight: bold;
    width: 250px;
    border-radius: 50px;
    transition: 0.4s;
    margin-bottom: 20px;
}

#pdfButton:hover{
  background-color: #2c3b4b;
}
.aciklama{
    height: 300px;
}
.acilanMenu{
  padding-top:20px;
  background-color: none;
  border-bottom: 1px solid #2e2d2d;
}
.acilanMenu2{
  border: none;
  box-shadow: none;
  margin-top: 10px;
}
.acilanMenu:focus{
  outline: 0;
  border: 0;
  box-shadow: none;
}
.menuBaslik{
  font-size: 24px;
}
.icerikBaslik{
  text-transform: capitalize;
}
.icerikP{
  text-transform: capitalize;
}
.icerikSpan{
  white-space: pre-wrap;        
  white-space: -moz-pre-wrap;   
  white-space: -pre-wrap;       
  white-space: -o-pre-wrap;      
  word-wrap: break-word;      
  display: block;
  height: 200px;
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 30px;
}
.button{
  height: 60px;
  width: 60px;
  background: #2e2d2d;
  border: none;
  margin-bottom: 20px;
}
.editButton{
  border-radius: 0 10px 10px 0;
}
.deleteButton{
  border-right: 2px solid #292929;
  border-radius: 10px 0px 0px 10px;
}
.icon{
  width: 60px;
  height: 26px;
}
.buttonContainer{
  color: rgb(193, 193, 215);
  font-size: 26px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  align-self: flex-end;
  justify-self: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
  margin-top: 20%;
}

.icerikSpan::-webkit-scrollbar{
  width: 4px;
  background-color: #424141;
}

.icerikSpan::-webkit-scrollbar-thumb{
  background-color: #6d6d6d;
  border-radius: 5px;
}

@media only screen and (max-width: 700px) { 
  .icon{
    font-size: 21px;
    text-align: center;
  }
  .button{
    width: 50px;
    height: 50px;
  }
}