.toma {width: 100ew; height: 100ew; padding: 5px; border: 1px solid #3498DB; border-radius: 7px;}

.sribas {width: 100ew; height: 100ew; padding: 5px; border: 1px solid #3498DB; border-radius: 7px; background-color:#eff8ff; text-align: center; font-weight: bold;}

.details {width: 100ew; height: 100ew; padding: 5px; border: 1px solid #3498DB; border-radius: 7px;}

.arko {width: 100ew; height: 100ew; padding: 5px; border: 1px solid #3498DB; border-radius: 0px 15px 15px 15px;}

.rishita {background: url(&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIsWmziJirh7nTBxEsRwoGSLqXpFPYXOJeh6tbE2wXlud5Z1-MnQp15aUIy6mLd59HzmX4iKnW-quiU2jURFxLZ96nGef116pKgbLDMAwKvP8YK43Y1U2clOolvGFW3auC1kl3zIE3tbc/s1600/MAG.png&quot;);}
  
.button {
  background-color: #3498DB;
  border: none;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
}

.tori {
  color: white;
  border: 0px solid #3498DB;
  opacity: 1;
}

.tori:hover {
  background-color: #2980B9;
  color: white;
  opacity: 1;
}
  
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}