.start-container{
    background-image: url('../image/bg-home.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 90;
    width: 100%;
    height: 100%;
}
.btn-start{
    width: 100%;
    font-size: 4dvh;
}
.welcome-container{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    padding: 1.8dvh;
}
.start-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.date-text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.8dvh;
}
.start-button-holder{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 2dvh;
}
.top-moon{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    mix-blend-mode: screen;
}
.top-lantern{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
.img-head{
    width: 82%;
    height: auto;
    max-width: 90%;
}
.img-bg{
    width: 100%;
    height: auto;
}