.center-fit {
    height: auto;
    max-width: 100%;
}

.headding {
    text-align: center;
    font-weight: bold;
    margin: 30px;
    margin-top: 0;
    color: #fff;
}

.hide {
    display: none;
}

.search-container {
    margin: auto;
    display: flex;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    padding-right: 10px;
}

.search-container input, .search-container input:focus {
    border: none;
    box-shadow: none;
    padding: 20px 10px;
}

.search-container .icon-container {
    background: #49b5e7;
    height: 100%;
    width: 50px;
    text-align: center;
    padding: 10px 10px 7px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.search-container .icon-container i {
    color: #fff;
    font-size: 25px;
}

@media (min-width: 550px) {
    .search-container {
        width: 500px;
    }
}

section.top {
    background: #0f394c;
}

::placeholder {
    font-weight: 500;
}

section .tabs {
    margin-top: 20px;
}

section .tabs .tab-content .tab-pane {
    padding: 10px 0;
    text-align: center;
}

section .tabs .tab-content .tab-pane button {
    display: block;
    margin: auto;
    margin-top: 20px;
    background: #49b5e7;
    color: #fff;
    padding: 8px 35px;
    border: none;
    border-radius: 4px;
    transition: 0.4s;
}

section .tabs .tab-content .tab-pane button:hover, .search-container .icon-container:hover {
    background: color-mix(in srgb, #49b5e7, transparent 20%);
}

section .tabs .nav-tabs .nav-item button {
    color: #fff;
}

section .tabs .nav-tabs .nav-item button.active {
    color: #000;
}

section .tabs .nav-tabs .nav-item button:hover {
    color: #000;
    background: #fff;
}

section span.headspan {
    color: #49b5e7;
}

section ol li:not(:last-child) {
    margin-bottom: 10px;
}