*{
    padding:0px;
    margin:0px;
    color:white;
    user-select: none;
}
*::-webkit-scrollbar{
    display:none;
}

.pageClass{
    position:absolute;
    width:100%;
    height:100vh;
    top:0px;
    left:0px;
    background-color: black;
}


#buttonboxOfWelcomePageId{
    width:85%;
    height:250px;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    flex-direction: column;
    background-color: rgba(127, 129, 255, 0.24);
    max-width: 300px;
}
.buttonClass1{
    width:70%;
    height:50px;
    background-color: brown;
    display:flex;
    justify-content: center;
    align-items: center;
   
    font-size: 17px;
}
.buttonClass1:hover{
    background-color: rgb(238, 255, 0);
    color:red;
    border-radius:20px;
}

.playerHomeCardClass{

    margin:20px 0px 20px calc((100% - 250px)/2);
    width:250px;
    height:300px;
    background-color:rgba(255, 255, 255, 0.274);
    
    display:flex;
    flex-direction: column;
    gap:10px;
    justify-content: center;
    align-items: center;
}

.playerImageClass{
    width:40%;
    height:auto;
}
.playerSelectionButtonClass{
    width:100px;
    height:30px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(17, 0, 255);
}

.playerSelectionButtonClass:hover{
    background-color:red;
}

.backButtonClass{
    width:60px;
    height:30px;
    background-color: brown;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backButtonClass:hover{
    background-color: rgb(238, 255, 0);
    border-radius: 10px;
    color:red;
}

.objectClassName{
    width:200px;
    height:100px;
    background-color: brown;
}
.textBoxClass1{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content: center;
    background-color: rgba(48, 20, 20, 0.699);
    padding:20px 0px;
}
.textBoxClass2{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content: center;
    background-color: rgba(47, 48, 20, 0.699);
    padding:20px 0px;
}

.gameButtonClass1{
    background-color: red;
}

.gameButtonClass1:hover{
    background-color: rgb(238, 255, 0);
    color:red;
    border-radius: 10px;
}

.fireBC{
    position: absolute;
    width:70px;
    height:80px;
    display: flex;
    align-items: center;
    justify-content: center;
}