section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction:column;
    padding-top: 150px;
}

section #prompt {   
    width: 700px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #457760;
}

#prompt_baslik {
    font-size: 25px;
    color: #457760;
}

textarea.form-control {
    border: 0px;
    border-radius: 10px;
    resize: none;
    margin-top: 20px;
    height: auto;
    max-height: 150px;
    overflow-y: auto; 
}

textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

#soo_btn {
    margin: 10px;
    border:1px solid #0d1321;
    background-color:  white;
    font-size: 15px;
    color:#0d1321;
}

#soo_btn:hover {
    margin: 10px;
    border:1px solid #003049;
    background-color: whitesmoke;
    font-size: 15px;
    color: #003049;
}