.bodyros {
    font-family: Arial, sans-serif;
    background-image: #F2F5EA;
    color: #333; /* Dark text color */
    width: 100%;
     background-repeat: no-repeat;
     background-size:cover;
}

.row {
  
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
    padding-left: 10px;
}
.font-weight-light{
    color: white;
}


.bg-dkbe {
    background: #111;
}

.curcontain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #111;
    padding: 20px;
    border-radius: 8px;
    margin: 20px;
}

.curplayers {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.colcontain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    min-height: 100vh;
    background-color: #222;
}

.col-lg-12 {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 25px;
    width: 80%;
    background-color: #111;
    border-radius: 8px;
}

.col-lg-12 form {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
.col-lg-12 label {
    margin: 10px;
    font-weight: bold;
    font-size: 13pt;
}
.col-lg-12 input {
    padding: 5px;
    outline: none;
    font-weight: bold;
    border-radius: 8px;
}

.col-lg-12 .box{
    outline: none;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
}

.col-lg-12 b {
    margin: 10px;
}

.box textarea {
    margin: 10px;
    border-radius: 8px;
    padding: 20px;
    width: 400px;
    height: 100px;
}

.curcontain h3 {
    margin: 15px;
}

.curplayers b {
    margin: 10px;
    border-bottom: solid #4169e1 2px;
}

.card {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    border-radius: 8px;
    margin: 15px;
    padding: 10px;
    background-color: white;
    width: 350px;
    min-height: 550px;
    color: black;
}

.card:focus,.card:active,.card:hover {
    box-shadow: 0px 0px 50px 0px white;
    transition: all 0.5s ease 0s;
}

.card b, h3, p {
    margin: 5px;
}

.card b {
    font-size: 13pt;
}

.card h3 {
    border-bottom: solid #4169e1 2px;
    font-size: 18pt;
    text-align: center;
}

.card p {
    background-color: #222;
    padding: 15px;
    border-radius: 8px;;
    color: white;
    width: 75%;
}

.card img {
    border-radius: 50%;
    border: solid #4169e1 5px;
    width: 150px;
    height: 150px;
    object-fit: cover;
	object-position: center center;
}

.card-text {
    display: flex;
    flex-direction: column;
}