#indexPage {
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#indexPage #logo {
    max-width: 80%;
    height: 100px;
}

#indexPage .subtitle {
    margin: 0px;
    margin-bottom: 20px;
}

#indexPage form#search {
    width: 700px;
    max-width: 90%;
}