#converter{
    display: flex;
    width: 50%;
    justify-content: space-around;
    margin: 0 auto;
}
label{
    color: white;
}
input{
    color: black;
}
#resultUAH_USD, #resultUSD_UAH{
    color: white;
    font-family: "Montserrat", sans-serif;
}
label, input{
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    font-weight: bold;
}
.converterPartContainer{
    display: flex;
    flex-direction: column;
    width: 45%;
}