#formSearch {
    display: flex;
    justify-content: center;
    background: #D9D9D9;
    margin: 20px 20%;
    padding: 10px;
    border-radius: 25px;
}

#formSearch div {
    width: 90%;
    text-align: center;
}

#formSearch input {
    display: block;
    width: 100%;
    border-radius: 25px;
    padding: 10px;
}

#formSearch label {
    font-weight: bold;
    font-size: 15pt;
}

#formSearch button, button {
    padding: 11px 31px;
    border: none;
    border-radius: 45px;
    background-color: aquamarine;
    font-size: 20pt;
    font-weight: 500;
    margin-top: 15px;
}

#formSearch button:hover, button:hover {
    background-color: aqua;
}

#formSearch button:active, button:active {
    background-color: rgb(141, 141, 231);
}

h1 {
    text-align: center;
    margin-bottom: 15px;
}

.cardOfAmb {
    background: #D9D9D9;
    border-radius: 25px;
    width: 90%;
    margin: auto;
    padding: 21px 50px;
}

#info {
    display: flex;
    align-items: center;
}

#accountHead {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

#departments {
    padding-left: 30%;
}

#departments ol {
    font-size: 20pt;
    font-weight: 300;
    margin-bottom: 15px;
}

.specialist {
    background: #D9D9D9;
    max-width: 250px;
    text-align: center;
    border-radius: 25px;
    padding: 10px;
    margin: 15px;
}

.specialist h2 {
    margin-top: 10px;
    margin-bottom: 50px;
}