/* Nav Buttons */

.nav-pills .nav-item .nav-link {
    background-color: #635c5c;
}

.nav-item+.nav-item {
    margin-left: 5px;
}

.nav-pills .nav-link {
    color: white;
}

.home-search {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    height: 600px;
}