




.sectionLeft {
  float: left;
  width: 80%;
}

.sectionRight {
  float: right;
  width: 20%;
}    

.scoreContainer {
    background-color: rgb(238, 238, 238);
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
}

.clickercontainer img {
  position: relative;
  
  
}

.clickercontainer img:hover {
  transform: scale(1.15);
}
.clickercontainer img:active {
  transform: scale(0.99);
  transition: all 0.02s ease-in-out;
  
}



.shopButton {
  background-color: #b5b5b5;
  transition: all .2s ease-in-out;
  border-radius: 10px;
  width: 100%;
  margin: 10px 0px 10px 0px;
  
}
.shopButton:hover {
  background-color: #b5b5b5;
  transition: all .2s ease-in-out;
}
.shopButton #image{
  width: 25%;


}

.shopButton img {
  height: 65px;
  width: 44px;
}
.shopButton #NameAndCost p {
  margin: 0px;
  width:  60%;
  
}
.shopButton #NameAndCost p:first-of-type {
  font-size: 30px;
}
.shopButton #amount {
  font-size: 48px;
  width: 20%;
}


div {text-align: center;}



.dropbtn {
  background-color: #e21313;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  
  background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #e21313;
}


.mobile {
  border-radius: 0px;
  border: white;
  background-color: #e21313;
  color: white;
  transition: 0.7s;
  font-size: 25px;
  padding: 10px;
  margin-left: 25px;

}

.mobile:hover {
  background-color: white;
  color: #e21313;
}












.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #e21313;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  margin-left: 10px;
  margin-bottom: 25px;
}

.button:hover {background-color: #e21313}

.button:active {
  background-color: #e21313;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}









.ksks {
  margin-top: 300px;
  margin-left: -1100px;
}