/* Custom styles for the page */
body {
    background-color: #f8f9fa;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

input[type="email"] {
    height: 3rem;
    font-size: 1rem;
}

button[type="submit"] {
    height: 3rem;
    font-size: 1rem;
}

#searchResult {
    font-size: 1.1rem;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

header img {
    height: 80px;
    width: auto;
}

:root {
    --bs-primary: rgb(41, 123, 191);
    --bs-primary-rgb: 41, 123, 191;
}
