
.dremx{
    background-color: white;
    border-radius: 10px;
    width: 500px;
    
}
.size
{
    height: 60px;
    width: 60px;
    margin-left: 75px;
}



.colin{
    background-color:
    #202021;
}

.rubik{
    font-family: Rubik;
    color: white;
}

.hov:hover{
    transform: scale(0.9);
    
}

.hov{
    transition: transform .3s;
}

.segoe{
    font-family:Rubik;
    color: white;
    margin-top: -50px;

   
}

.thumbnail{
    transition: transform .4s;
    width: 250px ;
    height: 150px;
    border-radius: 5px;
}

.thumbnail:hover{
    transform: scale(0.9);
}