.Random {
    margin-top: 20px;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    border-radius: 10px;
    background-color: #95BDFF;
}

.random img.element {
    width: 32px;
    height: 32px;
    float: left;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
    opacity: 1;
}

.random img.ranchar {
    height: 130px;
    width: 133px;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.ranboss img {
    height: 130px;
    width: 133px;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.random.box {
    display: grid;
    display: inline-table;
    padding-top: -5%;
    margin-top: 1%;
    background-color: #e2eff1;
    cursor: default;
    scale: 100%;
    border-radius: 16px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}

.random.box:hover {
    scale: 104%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px,
        rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px,
        rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.random h1 {
    color: #000;
    font-size: 17px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    height: 10px;
}

.random .bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(162, 143, 0);
    border-radius: 16px 16px 28px 0px;
}

.bossbg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/Character/bg/Background_Item_5a_Star.webp);
    border-radius: 16px 16px 28px 0px;
}

.btn button {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 50px;
    cursor: pointer;
    color: #2b2e4a;
    border: 1px solid SpringGreen;
    background-color: MediumSpringGreen;
    transition: all .3s ease-in-out;
}

.btn button:hover {
    color: white;
    border: 1px solid CornflowerBlue;
    /* background-color: #97DEFF; */
    border-radius: 50px;
    padding-left: 3%;
    padding-right: 3%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px,
        rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px,
        rgba(0, 0, 0, 0.09) 0px -3px 5px;
    /* animation: rainbow 4s infinite; */

}

.return button {
    color: #e2eff1;
    background-color: #2CD3E1;
    border-radius: 8px;
    border: none;
    margin-top: 1.5%;
    margin-left: 1.5%;
    padding-left: 0.5%;
    padding-right: 0.7%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.return button:hover {
    background-color: #FF1700;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.random_again button {
    color: azure;
    transition: all .2s ease-in-out;
}

.random_again button:hover {
    background-color: #00FFAB;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}