.game--items--text .step {
    text-transform: uppercase;
}
.text-area {
    text-align: justify;
}
.donate__inputs-item--currency input {
    padding-left: 9vh !important;
}
.full-description {
    border: 0.2vh solid #735a34;
    background-color: rgb(28 40 54 / 20%);
    color: #fff;
    padding: 1vh 5vh 0.3vh 5vh;
    border-radius: 15vh;
    margin-top: 1.5vh;
    font-size: 1.8vh;
    width: fit-content;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.full-description:hover {
    background-color: #0f1017;
}
.btn-content {
    display: flex;
    justify-content: center;
}

/* MAIN RATINGS */

.main-ratings{
	width: 52px;
	height: auto;
	position: fixed;
	z-index: 1001;
	bottom: 100px;
	right: 21px;
}

.main-ratings .main-ratings__item{
	display: block;
	margin: 10px 0px;
	transition: filter .3s ease-in-out;
}

.main-ratings .main-ratings__item img{
	border-radius: 15px;
}

.main-ratings .main-ratings__item:hover{
	filter: brightness(130%);
}

@media (max-width: 920px){
	.main-ratings{
		display: none;
	}
}