#gacha{  
width:30vw;
min-width:100px;
padding:15px;
margin: auto;
margin-top:2%;
}

#ball{
transition: height 5s ease-in-out !important; 
}
#ball:hover{
transform: scale(0.9) rotate(2deg); 
}


.input{
background-color:white;
color:#b0b0b0;
text-align:left;
width:15vw;
max-height:50px;
min-height:10px;
padding:2px;
margin-top:5px;
display:float;
border-radius:5px;}

.display-row{
justify-content: center;
  display: flex;
  align-items: center;
}

.input {
    width: 75%;
    padding: 12px 16px;
    border: 2px solid #d9c5ff;
    border-radius: 8px;
    background: #f7f2ff;
    color: #471c81;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
	margin-bottom: 25px;
	margin-top: 25px;
}

.input:focus {
    border-color: #8c6cff;
    box-shadow: 0 0 6px rgba(140, 108, 255, 0.5);
    outline: none;
}
#link{
text-decoration: none; 
color: #ae97da;
}
#link:hover{
color:#d4c7fe;
}