.text-input, .textarea-input{
    border: 2px solid var(--green);
    width: 96%;
    display: inline-block;
    margin-right: 5px;
}

.text-input-label{
    display: inline-block;
}

.form-comment{
    height: 230px;
}

.radio-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid var(--green);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    outline: none; 
    cursor: pointer;
}

.radio-input:checked {
    background-color: var(--green);
}

.up2{
    transform: translate(0,-2px);
}

.up5{
    transform: translate(0,-5px);
}

.up7{
    transform: translate(0,-7px);
}