.crystal-title {
    width: 150px;
    height: 150px;;
}

.display-4 {
   background: -webkit-linear-gradient(#d39ace, #1a3d9c);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;   
}

h1 {
   font-family: 'IM Fell DW Pica SC', serif;
   background: -webkit-linear-gradient(#44198f, #ffd059);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;  
}

#randomNumber, #userScore {
    background: -webkit-linear-gradient(#25198f, #08daac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
 }

#wins, #losses {
    background: -webkit-linear-gradient(#db411a, #08daac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
 }

.crystal-small {
    width: 150px;
    height: 150px;
    margin: 10px;
    position: relative;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  
.crystal-small:hover {
    -moz-box-shadow: 0px 0px 0 rgb(31, 177, 152);
    top: 5px;
    left: 5px;
  }