.bgcloud1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background: url("../img/page-1/bbbg.jpg") no-repeat center;
    background-size: cover;
}

.yellowFont {
    color: #ffc619;
    text-shadow:
            -1px 0 black,
            0 1px black,
            1px 0 black,
            0 -1px black;
    text-decoration: underline !important;
}
.outline {
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}

.yellowFont:hover {
    color: #ffffff !important;
}

.lang_icon {
    width: 40px;
    position: fixed;
    top: 9.7vh;
    right: calc(2vw + 11px);
    z-index: 999;
    font-family: lasvegas, serif;
    font-size: 50px;
}