.vhcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.menulink:hover {
    background-color:orange;
    color:#ccccff;
}

a.menulink {
    font-family:'Carter One';
    color:orange; 
    text-shadow: 1px 1px 2px black;;
}

.vhcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aqua;
}

.sitc-hover-light-orange:hover {
    background-color: #ffb380 !important
}
  
.w3-text-theme {color:#ffb380 !important}

.w3-hover-theme:hover {color:#e70909 !important; background-color:#ffb380 !important}

.sitc-font-Kanit { font-family:Kanit }

.sitc-font-Kanit-bold { font-family:Kanit;font-weight:bold }

#container {
    width: 100px;
    height: 100px;
    position: relative;
  }
  #navi,
  #infoi {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #infoi {
    z-index: 10;
  }