body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}

input, select{
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    height: 40px;
}

input[type=number]{
    width: 150px;
    border-radius: 10px;
}

select{
    min-width: 150px;
}

label{
    /* align-self: center; */
    justify-self: center;
}