.pitch{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size:large;
    font-weight: 500;
    margin-top: 30px;
    margin-right: 20px;
}

.input{
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffff;
}

textarea:focus, input:focus {
    color: var(--tg-primary-color);
}

textarea:focus, select:focus {
    color: var(--tg-primary-color);
}

select{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffff;
}

.value{
    
    display: flex;
    flex-direction: column;
}
.container{
    padding-top: 20px;
}

.field{
    padding-top:30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.subfield{
    margin-left: 30px;
    
    margin-right: 20px;
}
 
.subfield2{
    margin-left: 30px;
    
    margin-right: 20px;
}

.submit{
    background-color: var(--tg-primary-color);
    border-radius: 10px;
    display: flex;
    justify-content: start;
}
.checkbox{
    display: flex;
    justify-content: start;
}
.cs{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
