/* Header Nav */
img#logo-nav-header{
    max-width: 256px;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background-color: white !important;
}

.container-fluid.main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

img.card-img-top {
    padding: 1em;
}

.container-fluid.solid-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

form.calculator{
    width: 50%;
}

.col.col-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}