body {background-color:crimson;}
.shop {
  background-color: hotpink;
  text-align: center;
  font-size: 64px;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
  font-family: fantasy;
}

.first {
   background-color: lightpink;
  text-align: center;
  font-size: 20px;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
  font-family: fantasy;
}

#shop {
  font-size: 34px;
  font-family: fantasy;
}

#container {
  background-color: turquoise;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
}

.candy {
  display: inline-block;
  width: 32%;
  background-color: turquoise;
  text-align: left;
}

.candy img {
  width: 100%;
}

#names {
  font-family: fantasy;
  font-size: 44px;
}

#adress {
  background-color: aquamarine
    ;
  font-family: fantasy;
  font-size: 44px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 5px 10px 10px;
}

#sweets {
  border-radius: 12px;
}