body {
    background-color: #f3f4f5;
    height: 100vh;
}

.title {
    height: 10%;
    text-align: center;
    padding-top: 5px;
    color: rgb(46, 46, 46);
}

.main {
    width: 100%;
    height: 90%;
}

.inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.inputs_background {
    background: white !important;
    height: min-content;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}

form {
    margin-block-end: 0em;
}

.input {
   margin: 5px;
}

.lookup{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
}

.result{
    position: absolute;
    bottom: 170px;
    left: 50%;
    transform: translate(-50%);
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
}

.mb-2 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.35rem !important;
}

.submitButton {
    margin-left: 5px;
    margin-right: 5px;
}