body {
    margin: 1;
    width: 100%;
    height: 100%;
    background-color: #000000;
    font-family: sans-serif;

}

p {
    color: rgb(255, 0, 0);
    font-size: 12px;
    position: relative;
    left: 39%;
}

.card-backside {
    width: 55px;
    height: 100px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    display: inline-block;
    margin-left: 12px;
    
   
}

.return {
    width: 5px;
    margin: 5px;
    position: relative;
    left: 32%;
    /*margin-left: 12px;*/
    }

a {
    display: block;
}


img {
    margin: 1;
    position: relative;
}


.cardmaster {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    width:100%;
    object-fit: contain;
    left: 0%;
}



.card{
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid rgb(255, 255, 255);
    padding: 2%;
    width: 60%;
    object-fit: contain;
    left: 16%;
    /* makes image fill width */
    /* width: 100%; */
}
/*.title.cardmaster{
    border-color: red;
    overflow: hidden;
    border-radius: 20px;
    width: 200%;
    object-fit: contain;
    left: 10%;
    } */

.divider {
    
    margin-bottom: 18px;
    margin-top:10px;
    overflow: hidden;
    width:95%;
    
    object-fit: contain;
    left: 1%;
}

.endtxt {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
    width:100%;
    object-fit: contain;
    left: 0%;

}
.relicts {
    margin-bottom: 20px;
    overflow: hidden;
    object-fit: contain;
    left: 19%;
}

.draw {
    font-size:14px;
    color: rgb(255, 0, 0);
    position: relative;
    width: 45px;
    height: 80px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px; 
    padding-top: 5px;
    left: 36%;
}
.chain {
    
    
    overflow: hidden;
    width:95%;
    /*height:%;*/
    object-fit: contain;
    left: 1%;
}
    