#button{
    color:  blue;
}
body{
    background-image: url('vortex.png');
    background-size: cover;
    background-position: center;
    font-family: genshinFont;
    color: white;
}
.banner{
    background-color: white;
    padding-left: 4%;
    padding-top: 3%;
    font-size:25px;
    aspect-ratio: 20/10;
    width: 90%;
    background-image: url('banner.png');
    background-size: cover;
    color:rgb(103, 103, 103);
    border-radius: 10px;
    max-width: 1300px;
    cursor:default;
}
.extraInfo{
    background-color: lightcoral;
    color:white;
    width: fit-content;
    padding: 3px;
    padding-right: 13px;
}
.coloredText{
    color: lightcoral;
}
@font-face {
  font-family: genshinFont;
  src: url('HY\ Wenhei\ \(zh-cn\).woff');
  
}
.banner img {
    /*object-fit: cover;*/
    width: 100%;
    height: auto;
}
.banner hr{
    border: 1px dashed rgb(156, 156, 156);
    margin-right: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.wishButton{
    height: 80px;
    width: 400px;
    background-color: white;
    margin-right: 100px;
    border-radius: 40px;
    border-style: solid;
    border-color:rgb(194, 163, 90);
    color: rgb(194, 163, 90);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
}
.bottomButtonContainer{
    display: flex;
    justify-content: right;
}

.container{
    height: 98vh;
    max-height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}
video{
    height: 100vh;
    
}
*{
    margin: 0px;
}

.giftPage{
    background-image: url('GiftBackground.png');
    background-size: cover;
    height:100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.master{
    width: 100%;
    height: 100vh;
}
.videoMaster{
    display: flex;
    justify-content: center;
}
.giftName{
    font-size: 40px;
}
.giftImage{
    margin: 20px;
    border-radius: 15px;
    width: auto;
    height: 700px;
}