/* header {
    width: 100%;
    height: 110px;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
}

.header-wrapper {
    display: flex;
    width: 100%;
}

.header-site-txt {
    display: inline-block;
    padding: 0 20px;
    border-radius: 18px;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFCB00;
} */
