.dev-set{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.info-set{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
textarea{
    resize: none;
}
.cred-btn-box{
    display: flex;
    margin-bottom: 20px;
}