/* Start custom CSS */a{
    text-decoration:none !important;
}

.backbutton, .homebutton{
    padding: 15px 25px;
    border-radius: 5px;
    background-color: #F2F2F2;
    color: #000;
    font-size: 20px;
    font-family: Noto Sans TC;
}


.backbutton:hover, .homebutton:hover{
    background-color: #FFC2B5;
    color: #000;
}


#home .elementor-widget-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#back .elementor-widget-container{
    display: flex;
    flex-direction: row;
}

@media (max-width: 767px){
    #homebutton .elementor-column{
    width: 50%;
}
.backbutton, .homebutton{
    font-size: 18px;
}

}/* End custom CSS */