/* Main Header Section of the Discover Page */

.console-header .search-bar, .console-header form {
    width: 100%;
}

.console-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.console-header h1 {
    text-align: center;
}

.search-results header {
    background-color: #2BACA1;
    color: white;
}

.console-header > p {
    font-size: 13px;
    font-family: 'Roboto';
    text-align: center;
    margin: 0 auto 50px auto;
    max-width: 500px;
}


