.banner {
    width: 750px;
    height: 275px;
}

.text {
    height: 20px;
    width: 750px;
}

.text>span {
    width: 4px;
    height: 100%;
    background-color: #01f186;
}
button{
    border:none;
}
.lin {
    width: 750px;
    height: 1px;
    background-color: #3f474a;
}

textarea {
    width: 580px;
}
