#secDownForm {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

#search_bar_sec {
    width: 255px;
    padding: 15px;
    border-radius: 25px;
    background-color: rgb(41, 41, 41);
    font-size: x-large;
    text-transform: uppercase;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#sec_dl_b {
    margin-top: 20px;
    font-size: large;
    background-color: #06b86b;
    border-radius: 8px;
    border: none;
    padding: 6px;
    width: 200px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

#sec_dl_b:hover {
    cursor: pointer;
    background-color: #038e52;
}
