#g {
    font-family: "myFont", sans-serif;
    background-image: url('zRDR2-WALLPAPER-4K.jpg');
      background-size: 100% 1000%;
      background-repeat: no-repeat;

}
@font-face {
  font-family: myFont; /* set name */
  src: url(chinese\ rocks\ rg.otf); /* url of the font */
}

#home{
    
      font-family: myFont;
      background-image: url('zRDR2-WALLPAPER-4K.jpg');
      background-size: 100% 1100%;
      background-repeat: no-repeat;
}

.sidenav {

    height: 100%;

    width: 0;

    position: fixed;

    z-index: 1;

    top: 0;

    left: 0;

    background-color: #a40000;

    overflow-x: hidden;

    transition: 0.5s;

    padding-top: 60px;

}

.sidenav a {

    padding: 8px 8px 8px 32px;

    text-decoration: none;

    font-size: 25px;

    color: #000000;

    display: block;

    transition: 0.3s;

}

.sidenav a:hover {
    text-decoration: none;
    color: #ff4949;

}

.sidenav .closebtn {

    position: absolute;

    top: 0;

    right: 25px;

    font-size: 36px;

    margin-left: 50px;

}

@media screen and (max-height: 450px) {

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

}

.carousel {
    width: 80%;
    margin: 0 auto;
}

.carousel-inner img {
    width: 100%;
    height: 100px;
}
.white{
    color: rgba(255, 255, 255, 0.873)
}
.bubble {
    width: 350px;
    margin-left: 400px;
    padding: 20px;
    background: rgba(164, 0, 0, 0.637);
    color: rgb(0, 0, 0);
    border-radius: 15px;
    text-align: center;
    position: absolute;
    top: 80px;   /* Move up/down */
    left: 530px;  /* Move left/right */
}