#logo-container {
 text-align: center;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#search-container {
    text-align: center;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #text-container {
        width: 50%;
        margin: 0 auto;
        text-align: left;
    }

    #join-today{
        text-align: center;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    }

#login-text {
    padding-left: 12px;
    text-decoration: none;
    color: black;
}

#search-bar {
    width: 50%;
    border-radius: 75px;
    color: black;
}
 #dev-time-line-container {
        display: flex;
        justify-content: center;
        align-items: center;

    }
    #dev-time-line-container img {
        max-width: 50%;
        height: auto;
    }






