html, body {
  height: 100%;
  width: 100%;
}
.juleting{
box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.juletingting{
 background-color: #ffffff; 
  border: 10px solid #ff0000;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  transition: width 200ms,height 200ms;
  border-radius: 9px;
}
.juletingting:hover{
cursor: pointer;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
body{
  background-image: url("./billed/Julesweaters_140922_3578.webp");
  background-size: cover;
  background-repeat: no-repeat ;

}
@media only screen and (min-width: 600px) {
  body {
  background-size: 100% 100%;
    
  }
}
@media only screen and (min-width: 576px) {
  .juleting{
  grid-template-columns: repeat(6, 1fr);
  gap: 75px;
}
  .juletingting{
 background-color: #ffffff; 
  border: 20px solid #ff0000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: width 200ms,height 200ms;
  border-radius: 9px;
}
}

.tinka:hover{
cursor: pointer;
}