.w-10{
    width: 10%;
}
.w-20{
    width: 20%;
}
.w-40{
    width: 40%;
}
.w-80{
    width: 80%;
}
.w-100{
    width: 100%;
}
.writingContainer{
    margin: auto;
    align-items: center;
    justify-content: center;
}
.crashHeader{
    font-size: 4rem;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    text-align: center;
}
.writingImage{
    width: 100%;
}
.crashGradient {
  background: linear-gradient(90deg, #998320, #FFDD36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex{
    display: flex;
}
.crashGamesWrapper{
    margin-bottom: 7%;
}
#crashgames_page{
    margin: 0 !important;
}
.screenCrashGames{
    background: #282828;
}
.dinoLeft{
    display: block;
    margin-right: auto;
}
.dinoRight{
    display: block;
    margin-left: auto;
}
.crashGamesContainer{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-around;
}
.crashGameContainer{
    border-radius: 15px !important;
    width: 30%;
    height: 250px;
    margin: 20px 0;
    overflow: hidden;
}
.writingImage{
    display: block;
    margin-bottom: -70%;
}
.writingImageLeft {
  transform: translateX(30%); 
}
.writingImageRight {
  transform: translateX(-30%); 
}
.crashGameContainer:hover{
    cursor: pointer;
}
.crashGameContainer:hover img {
  transform: scale(1.2);
}
.crashGameContainer img{
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    object-fit: fill;
    transition: transform 0.3s ease-in-out;

}
