input
{
    font-size: 14px;
    width: 150px;
    height: 16px;
    background-color: white;
    border: none;
    color: black;
    border-radius: 10px;
}

select
{
    font-size: 14px;
    width: 50px;
    height: 16px;
    background-color: white;
    border: none;
    border-radius: 10px;
    color: black
}

.row
{
    height: auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form
{
    width: auto;
    height: auto;
    background: black;
    border-radius: 10px;
    margin: 1%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px;
    border: 2px solid white;
}

