/*button style*/
button.query_btn{
    background: #549688;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
    margin-left: 30px;
    outline: 2px solid #384858;
    outline-offset: -6.5px;
    padding: 11px 14px 9px 15px;
}

button.query_btn i{
    color: #FACB57;
    text-shadow: 1px 1px 2px #73350f;
}

button.query_btn:last-child{
    margin-right: 0px;
}

button.query_btn:hover{
    box-shadow: 1px 1px 3px #06121f;
}

button.query_btn:after:hover{
    text-shadow: 2px 2px 3px #4c2106;
}

button.query_btn:active{
    box-shadow: 1px 1px 3px #1e2e3e inset;
}

button.lang_btn{
    background: #549688;
    color: #ffffff;
    font-weight: 600;
}

button.lang_btn.lang_selected{
    background: #FACB57;
}

#introduction_icon{
    position: absolute;
    top: 17vh;
    left: 9rem;
    width: 7rem; 
}