.container_start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 93vh;
    width: 100%;
    background-color: #F0EFF5;
    border-radius: 1em;
}

.container_start.hidden {
    display: none;
}

.start_search_text {
    text-align: center;
}

.start_search_text h1 {
    font-size: 1.5em;
    font-weight: 600;
    color: #000927;
}

.start_search_text p {
    font-size: 1em;
    font-weight: 400;
    color: #000927;
}

.container_start img {
    width: 7em;
    object-fit: cover;
    border-radius: 100em;
   
}

