@import "home-Q2fbtsP.css";

* {
    box-sizing: border-box;
    margin: 0;
}

body {
    max-width: 1000px;
    margin-inline: auto;
}

.navbar {
    padding-bottom: 1em;
    padding-top: 1em;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    font-size: 1em;
    text-decoration: none;
}

.navbar-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
}

.btn {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    background: #333;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    border-radius: 4px;
    cursor: pointer;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: start;
    align-items: start;
}

table {
    margin-bottom: 1em;
    margin-top: 1em;
}

.new-animal-form #animal {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.new-animal-form #animal div {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}