input {
    width: 200px;
    float: center;

}

label {
    margin-left: 25%;
    width: 200px;
    float: inline-start;
    margin-top: 3px;

}

h2 {
    text-align: center;
    border-bottom: 1px solid black;
    display: block;
    justify-content: center;
    margin-left: 29%;
    margin-right: 29%;
}




form {
    display: block;
    width: 800px;
    margin: 0 auto;
    background-color: #f0f3f5;
    border: 1px solid #2e5271;
    height: 640px;

}


div {
    background-color: white;
    align-self: center;
    display: block;
    justify-content: center;

}

#smallText {
    font-size: 10px;
    margin-left: 50%;
    color: #2e5271;
}

input[type=submit] {
    margin-left: 300px;
}

#headerPic {
    display: block;
    margin-left: 320px;
}

#privalomasTekstas {
    font-size: 15px;

}

#mokamaPaslauga {
    text-align: center;
}

textarea {
    resize: none;
    height: auto;
    width: 350px;
}

select {
    margin-top: 3px;

}